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.
yarn add @solid-soda/console
const app = new ConsoleApplication(commands)
app.run(process.argv)