A full-featured framework for building command line applications (cli) with node.js, including help generation, colored output, verbosity control, custom logger, coercion and casting, typos suggestions, and auto-complete for bash/zsh/fish.Angled brackets (e.g. <item>) indicate required input. Square brackets (e.g. [env]) indicate optional input.
cli cli-app nodejs node node-js command-line-parser command-line argument-parser command commander clap minimist optimist cli-table command-line-appsOptions with commander are defined with the .option() method, also serving as documentation for the options. The example below parses args and options from process.argv, leaving remaining args as the program.args array which were not consumed by options.Short flags may be passed as a single arg, for example -abc is equivalent to -a -b -c. Multi-word options such as "--template-engine" are camel-cased, becoming program.templateEngine etc.
commander command option parserVantage gives you a new perspective into your live node application not previously available.An extension of Vorpal, Vantage turns your live Node app into a immersive CLI. Accessible remotely or locally, Vantage lets you build your own API for your application and import community extensions, introducing a new means of live diagnostics and activity for your dev and prod environments.
api cli repl shell command commander distributed automated prompt inquirerConquer the command-line.Vorpal is Node's first framework for building interactive CLI applications. With a simple and powerful API, Vorpal opens the door to a new breed of rich, immersive CLI environments like cash and wat.
cli interactive shell node api repl immersive framework app application command commander automated prompt inquirerDefine your global/program-wide version, options, description, and/or examples first. Once you define a Command, you can't access the global-scope again. Define all commands & options in the order that you want them to appear. Sade will not mutate or sort your CLI for you. Global options print before local options.
cli cli-app command-line yargs commander argv arguments parserRun the cli app with the given arguments. Normally you'd pass in process.argv. The callback can be used to execute more code after everything has completed. Create a command with the given name(s). Supports a single name, and array of names, or multiple names separated by commas as arguments to the command method. Returns an instance of Command.
command line cli bash terminal commander promptAce is command line framework embedded into AdonisJS for creating CLI commands. AdonisJS is the only Node.js framework that allows creating CLI commands as part of the application codebase.
cli commandline core adonisjs commanderThe command-line interface framework for TypeScript, fully tested with baseman. Clime provides a way in which you can get parameters and options you really want to: typed at compile time and casted at run time.
command-line-parser typescript clime command cli commander commander.jsThis was built as part of foundry, a CLI utility for making releases painless. commander-completion exposes a mixin function, mixinCommanderCompletion, as its module.exports. After we mixin to Commander.js, we add more methods onto command() objects.
complete completion shell tab commanderLineParser is a meta-data driven command line parser.
command-line arguments options subcommand parser getopt argparser argsparser optparser cmdparser optimist comfort commanderModern Interpreter for the Commander Keen Games (Vorticon and Galaxy Games)
commander keen billy blaze dos c-plus-plus python-3A CLI generator for Yeoman. This generator will create a Commander.js based command line application using yo with options to include autocmdr components.
yeoman-generator commander cli:see_no_evil: Node.js make command-line tool for learning.
wcj commander resumeAutomate your local development environment and build static sites (vanilla-JS) with ease using this CLI tool. Fire in scaffold-static new <project_name> to start out with a new static site.
nodejs cli node-cli commander static-site website-generation es6 static-site-generator static-website static-site-generation inquirer.js commander.jsThe argument is either a single path given as a string or an array of such strings. On success, the promise resolves to an array of strings which holds the paths of all directories that were created. If no directories were created, resolves to an empty array.
commandir commander command mkdir rmdir dir dirs directory directories fs filesystem utilityInquirer for commander. This module takes two awesome modules and connects them. If no arguments and options are passed to your commander app, it runs inquirer. For all commands, arguments and options defined in your commander app.
inquirer commander cliI've done this module because I spend a lot of time on terminal and sometimes is easier search movies in commandline instead of open a new browser tab and search on imdb or on tmdb.
themoviedatabase node client meow commander commandline terminal yarn npm
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.