moo-cli
A MOOvelous CLI.
Its purpose is to standardize creation of new projects, components and resources by using solid patterns and proxying other CLIs with preset configs.
Get started
Online
npx @softboxlab/moo-cli [command] [options]
Local
npm i -g @softboxlab/moo-cli
or
yarn global add @softboxlab/moo-cli
Now you can run it like this:
moo-cli [command] [options]
Or just:
moo [command] [options]
To know what commands/options are available, just run it with no arguments or ask for help, like this:
moo --help
or just
moo -h