This module serialize the args of your command line
A simple args parser
Simple args parser
Simply swizzle your arguments
just emit 'log' events on the process object
A mature, feature-complete library to parse command-line options.
Converts an object to a child_process.spawn args array
Parse argument options
Module for easily accessing arguments, parameters, and flags for your CLI tool
Expand parsed command line arguments using expand-object.
process.nextTick but always with args
Solana specific extension for beet, the borsh compatible de/serializer
TypeScript definitions for command-line-args
Tokenize a shell string into argv array
Build your commands on minimist!
Minimal toolkit for building CLIs
get arguments to a function as an array, withouth deoptimizing
Outputs info about system and webpack config
TypeScript definitions for cross-spawn
Elegant CLI Builder
Quick CLI argv parser and validator
A Typescript wrapper around command-line-args with additional support for markdown usage guide generation
qjobs is a simple and stupid queue job manager for nodejs
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Ruby utility to eaily parse command line arguments with optional use of YAML template files
A simple argument parser, which is the right fit if you want * Aliases for short and long options * A quick way to parse any options without restrictons * A result object with a `keywords` hash and `positionals` array * Defined methods on your result for predefined options * Use value options __only__ with the `--key=value` syntax
arg parser, simple colorization
arg-that provides a simple method to create an argument matcher in equality comparisons.
== Description A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be defined as mountable Rack applications with inline documentation, authentication and type checking. e.g. class Calculator < JSONRPC2::Interface title "JSON-RPC2 Calculator" introduction "This interface allows basic maths calculations via JSON-RPC2" auth_with JSONRPC2::BasicAuth.new({'user' => 'secretword'}) section 'Simple Ops' do desc 'Multiply two numbers' param 'a', 'Number', 'a' param 'b', 'Number', 'b' result 'Number', 'a * b' def mul args args['a'] * args['b'] end desc 'Add numbers' example "Calculate 1 + 1 = 2", :params => { 'a' => 1, 'b' => 1}, :result => 2 param 'a', 'Number', 'First number' param 'b', 'Number', 'Second number' optional 'c', 'Number', 'Third number' result 'Number', 'a + b + c' def sum args val = args['a'] + args['b'] val += args['c'] if args['c'] val end end end
Contentful API wrapper library exposing an ActiveRecord-like interface
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.
No description provided.
No description provided.
No description provided.