1.1.3 • Published 6 years ago
@solid-soda/console v1.1.3
@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)