CLI Argument Parser
Check if argv has a specific flag
the mighty option parser used by yargs
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.
parse argument options
Cross platform normalization of process.argv
Quickly scan for CLI flags and arguments
Unopinionated, no-frills CLI argument parser
parse arguments with recursive contexts
C utilities for retrieving Node-API add-on callback arguments.
Convert a NODE_OPTIONS environment variable to an argv list, or vice versa
Convert a Node-API value to a double-precision floating-point number.
Convert a Node-API value to a signed 32-bit integer.
Convert a Node-API value to a single-precision floating-point number.
Some useful tools for working with process.argv
Bizarro minimist: transform an options object into argv
Probably the sole command line option parser you'll ever need to...
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
parse arguments with recursive contexts
Schema for the base-cli plugin, used for normalizing argv values before passing them to cli.process().
Convert a Node-API value to a double-precision floating-point array.
Light-weight option parsing with an argv hash. No optstrings attached.
Generate license agreements for macOS .dmg files
Plugin that post-processes the object returned from [yargs-parser] so that values can be passed over to base-cli