Create & generate MVC project structure, with Express, Mongoose & Jade
Pipedream Nutshell Components
ESLint sharable config for Nutshell Javascript style guide
Modern web technologies in a nutshell
In a Nutshell =============
Simple Nutshell json-rpc API client example
[](https://www.npmjs.com/package/@orchesty/connector-nutshell) [](https://github.com/Orchesty/orchesty-nodejs-
To manage Vue application in a nutshell
To manage Vue application in a nutshell
A Vue 3 UI library base on Nutui & ant-design-vue
To manage Vue application in a nutshell
The package in a nutshell generates files at built time that define what static assets a Cloudflare worker has access to alongside fs polyfills that make sure to such files to provide support for some `fs` functions.
A basic wrapper to use dynamoDb in Nutshell serverless apps.
Encapsulate a nutshell connector to connect to a remote Aurora Postgres or a local Postgresdb
A Vite plugin to help Nutshell development
This package contains mxGraph library and graph editor in a nutshell along with graph editor's type definitions
WhatsApp Cloud API webhook in a nutshell
make expandable explanations using nutshell.js
In a nutshell, the focuspoint offers a solution to view images in all different ratios after the user has defined a focuspoint (hot spot) in the image while uploading it. The focuspoint is suitable for every kind of JavaScript application.
Provide the (type) language for all the `pgn-*` packages I am developing.
In a nutshell, the Immersal SDK is a spatial mapping & visual positioning system.It allows you to merge digital content with the physical world by enabling devices to precisely locate themselves in the physical world.
Date add-ons for Node.js
Provides a compressed summary of a given text.
parse SPDX license expressions
Image manager of Project Polya
The endpoint of Project Polya
a nushell plugin called str_similarity
a collection of string utilities for nushell
Re-imagined approach to application design and architecture
Re-imagined approach to application design and architecture
Re-imagined approach to application design and architecture
Re-imagined approach to application design and architecture
Arithmetic congruence monoid implementation in Rust
Single threaded async executor with structured concurrency
A tree-sitter-powered command line tool to list functions marked with Autometrics annotations
API mocking server & rust unit tests library to mimic external 3rd party API endpoints
A light weight ssh client that wraps the ssh and rsync commands.
Description
An API wrapper for the Nutshell CRM.
Nutshell CRM's API
A gem which prevents the thundering herd problem through a distributed lock
==== QDox - http://qdox.codehaus.org QDox is a high speed, small footprint parser for extracting class/interface/method definitions from Java source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. QDox is a Java library. Therefore this RubyGem needs JRuby. ==== Quickstart Step 1: Load your Java sources. In JRuby (or +jirb+) write: require 'qdox' builder = QDox::JavaDocBuilder.new builder.add_source_tree(java.io.File.new(".") (Source: http://qdox.codehaus.org/usage.html) Step 2: Inspect the source model. src = builder.sources.first pkg = src.package puts pkg.name # e.g. "com.bla.foo" imports = src.imports # => e.g. ["java.util.List", "java.util.Set"] some_class = src.classes.first # => a QDox::Model::JavaClass # output the javadoc comment for the first method in some_class puts some_class.methods.first.comment (Source: http://qdox.codehaus.org/model.html) As you may have noticed, the Java packages used have been aliased to shorter Ruby Module names: The Java package com.thoughtworks.qdox is the Ruby module QDox etc. ==== In a Nutshell A custom built parser has been built using JFlex and BYacc/J. These have been chosen because of their proven performance and they require no external libraries at runtime. The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc and member declarations. The parser ignores things such as actual method implementations to avoid overhead (while in method blocks, curly brace counting suffices). The end result of the parser is a very simple document model containing enough information to be useful. ==== License Apache License, Version 2.0 QDox was created by Joe Walnes, Aslak Hellesoy, Paul Hammant, Mike Williams, Mauro Talevi, Robert Scholte, and others. The RubyGem was created by Benjamin Bock.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.