The CLI for stix, bringing you some sugary goodness.
Use the cli to:
- Initialize a new project
- Create a module
- Create a controller
- Create an action
- Run your custom commands
yarn global add stix-cli
or npm i -g stix-cli
.
All done!
- Autocomplete for Bash, Zsh, and Fish shells.
- Picks up commands from stix-modules.
- Picks up commands from your modules.
MIT