A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.
A testing utility for nest-commander. It builds on top of ideas from @nestjs/testing and is not tied to any test framework directly.
Command-line interface utilities for building CLI tools with NestJS and nest-commander.
A set of schematics for generating questions and commands with the NestJS CLI.
the complete solution for node.js command-line programs
Infer strong typings for commander options and action handlers
Nest - modern, fast, powerful node.js web framework (@common)
Nest - modern, fast, powerful node.js web framework (@core)
Nest - modern, fast, powerful node.js web framework (@platform-express)
Nest - modern, fast, powerful node.js web framework (@testing)
Nest - modern, fast, powerful node.js web framework (@swagger)
Nest - modern, fast, powerful node.js web framework (@cli)
A powerful CLI tool built with NestJS and nest-commander for scaffolding NestJS projects and generating commands with AI assistance.
Nest - modern, fast, powerful node.js web framework (@schematics)
Nest - modern, fast, powerful node.js web framework (@passport)
A NestJS module that provide a cli
Nest - modern, fast, powerful node.js web framework (@mapped-types)
Nest - modern, fast, powerful node.js web framework (@config)
A Nest module wrapper for winston
Nest - modern, fast, powerful node.js web framework (@websockets)
Nest - modern, fast, powerful node.js web framework (@platform-socket.io)
Nest - modern, fast, powerful node.js web framework (@microservices)
Nest - modern, fast, powerful node.js web framework (@jwt)
Nest - modern, fast, powerful node.js web framework (@axios)
Extract nested archives with a single command. Part of the Omnizip suite.
cmdparse provides classes for parsing (possibly nested) commands on the command line; command line options themselves are parsed using optparse.
A git command that uses reference repositories and threading to quicklyand recursively clone repositories with many nested submodules
Ruby Sass is deprecated! See https://sass-lang.com/ruby-sass for details. Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
Two parts: everyday_thor_util/thor-fix patches Thor with a fix for help messages with multi-level command nesting not showing the full command string. everyday_thor_util/plugin-helper provides everyday-plugins types for Thor commands and Thor flags
Shelley allows to convert your classes and method into a shell supporting nested commands, autocomplete and history.
DONT USE IT, NOT FINISHED - With a command, a scaffold will be done with all of his steps, but nested in a 1:n relation to another resource.
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
A command-line tool for adding and updating internationalization (i18n) translations in YAML files with support for nested keys and multiple locales.
You've seen Getopt::Long, OptionParser, Thor? What the world needs now is one more command-line parser. This serves as a backend command line parser that passes the option-parsing portion of it off to OptionParser, Trollop, or any other option-parser that has an adapter[^adapter]. But the parts it *does* do are really exciting: It features arbitrarily deeply nested subcommands, optionally colorized help screens with smart formatting, automatically generated usage syntaxes, manpage generation[^maybe2], lazy-loading of subcommands, and (get this:) you can turn your command line app into a web app. (is processing a form then displaying a record really that different from CLI that does the same?)[^maybe3]
A slightly customized version of SASS. To get the official SASS release, please run ==> gem install sass. Based on v.3.2.10 Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
ZOMG is an OMG IDL parser. ZOMG will generate a Ruby AST from an IDL AST, and will even generate ruby (by means of Ruby2Ruby). == FEATURES/PROBLEMS: * Parses IDL, generates Ruby * Ships with OMFG the Object Management File Generator * Ignores nested structs/unions * Treats out/inout parameters are DIY == SYNOPSIS: In code: ZOMG::IDL.parse(File.read(ARGV[0])).to_ruby Command line: $ omfg lol.idl > roflmao.rb