3.0.0 • Published 6 years ago
compie v3.0.0
compie
CLI tool that scaffolds React components.
Installation
npm install --global compie@^3.0.0yarn global add compie@^3.0.0
(if configured properly)
npm install --global @jaid/compie@^3.0.0CLI Usage
After installing package compie globally, you can use its command line interface.
compieFor usage instructions:
compie --helpDevelopment
Setting up:
git clone git@github.com:jaid/compie.git
cd compie
npm installTesting:
npm run test:devTesting in production environment:
npm run testLicense
MIT License
Copyright © 2020, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)