CLI tool that scaffolds React components.
npm install --global compie@^3.0.0
yarn global add compie@^3.0.0
(if configured properly)
npm install --global @jaid/compie@^3.0.0
After installing package compie
globally, you can use its command line interface.
compie
For usage instructions:
compie --help
Setting up:
git clone git@github.com:jaid/compie.git
cd compie
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)