parse and validate args and flags for commandline tools
Outputs info about system and webpack config
Percy CLI command parser and runner.
Minimal toolkit for building CLIs
app-builder precompiled binaries
Insert supplied variable values into a format string.
Native Access to MacOS FSEvents
Quickly scan for CLI flags and arguments
just emit 'log' events on the process object
Native file system operations for Bare
TypeScript execution environment and REPL for node.js, with source map support
Clerc parser
Filters out v8 flags for your Node.js CLIs.
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
Converts an object to a child_process.spawn args array
Utils for writing Salesforce CLI plugins
A utility for preparing flags definitions for embedding
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Flags SDK by Vercel - The feature flags toolkit for Next.js and SvelteKit
Debug macros and feature flag stripping
Launch latest Chrome with the Devtools Protocol port open
The progressive JavaScript framework for building modern web UI.
ES6 spec-compliant RegExp.prototype.flags shim.
Detect whether a terminal supports hyperlinks
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