1.1.3 • Published 5 years ago

@solid-soda/console v1.1.3

Weekly downloads
30
License
MIT
Repository
-
Last release
5 years ago

@solid-soda/console

The Console component eases the creation of beautiful and testable command line interfaces.

The Console component allows you to create command-line commands. Your console commands can be used for any recurring task, such as cronjobs, imports, or other batch jobs.

Instalation

yarn add @solid-soda/console

Usage

const app = new ConsoleApplication(commands)

app.run(process.argv)