A simple command line argument parser.
Outputs info about system and webpack config
Minimal toolkit for building CLIs
Percy CLI command parser and runner.
app-builder precompiled binaries
Insert supplied variable values into a format string.
Quickly scan for CLI flags and arguments
Native Access to MacOS FSEvents
Native file system operations for Bare
just emit 'log' events on the process object
Clerc parser
Filters out v8 flags for your Node.js CLIs.
Converts an object to a child_process.spawn args array
TypeScript execution environment and REPL for node.js, with source map support
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
A build-time utility for [Vercel Flags](https://vercel.com/docs/flags/vercel-flags) that fetches flag definitions and bundles them into a synthetic `@vercel/flags-definitions` package inside `node_modules`. This allows `@vercel/flags-core` to access flag
Platform Feature Flags
Spectrum UI components in React
A mature, feature-complete library to parse command-line options.
Utils for writing Salesforce CLI plugins
ES6 spec-compliant RegExp.prototype.flags shim.
CLI app helper
Launch latest Chrome with the Devtools Protocol port open
Filters out v8 flags for your Node.js CLIs.
ApplixHash#from_argv builds hashes from ARGV like argument vectors according to following examples: '-f' --> { :f => true } '--flag' --> { :flag => true } '--flag:false' --> { :flag => false } '--flag=false' --> { :flag => 'false' } '--option=value' --> { :option => "value" } '--int=1' --> { :int => "1" } '--float=2.3' --> { :float => "2.3" } '--float:2.3' --> { :float => 2.3 } '--txt="foo bar"' --> { :txt => "foo bar" } '--txt:'"foo bar"'' --> { :txt => "foo bar" } '--txt:%w{foo bar}' --> { :txt => ["foo", "bar"] } '--now:Time.now' --> { :now => #<Date: 3588595/2,0,2299161> } remaining arguments(non flag/options) are inserted as [:arguments, args], eg: Hash.from_argv %w(--foo --bar=loo 123 now) becomes { :foo => true, :bar => 'loo', :arguments => ["123", "now"] }
Contentful API wrapper library exposing an ActiveRecord-like interface
No description provided.
No description provided.
No description provided.
No description provided.