npm.io
2.0.1 • Published 3 weeks ago

@qui-cli/init

Licence
GPL-3.0
Version
2.0.1
Deps
16
Size
65 kB
Vulns
0
Weekly
0
Stars
1

@qui-cli/qui-cli

A collection of packages for rapidly developing command line applications

Alternatively, individual packages can be selected and used in a more parsimonious, light-weight, modular manner:

Packages

@qui-cli/colors

@qui-cli Plugin: Standardized Chalk colors for CLI output

@qui-cli/core

Core features of @qui-cli/qui-cli

@qui-cli/env

@qui-cli Plugin: Standardized environment configuration

@qui-cli/log

@qui-cli Plugin: Standardized winston wrapper

@qui-cli/markdown

@qui-cli Plugin: Export usage as markdown

@qui-cli/plugin

@qui-cli plugin structure and registrar

@qui-cli/progress

@qui-cli Plugin: Progress bar for CLI app

@qui-cli/qui-cli

Quickly build a CLI app

@qui-cli/root

@qui-cli Plugin: Identify the root of the current application

@qui-cli/shell

@qui-cli Plugin: Standardized shelljs wrapper

@qui-cli/structured

Build a structured @qui-cli command from directory contents

@qui-cli/validators

@qui-cli Plugin: Input validators

If using the modular approach, plugin definitions are managed by @qui-cli/plugin and core functionality resides in @qui-cli/core

Examples of usage and development approaches are available.