@siddiqus/expressive-cli
v1.0.8
Published
A CLI to bootstrap @siddiqus/expressive projects
Downloads
3
Maintainers
Readme
@siddiqus/expressive-cli
🏗 CLI for @siddiqus/expressive to bootstrap new projects.
Installation
npm install -g @siddiqus/expressive-cli
Usage
expressive-cli new appName
cd appName
yarn install
yarn start
License
MIT
Credits
Thanks to Dominik Kundel [email protected] for the base repository dkundel/create-project which this is forked from.