0.0.1 • Published 4 years ago

compir v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

compr CLI

(in production)

Features

  • Command to create React.js components
  • Command to create React Native components
  • Custom path to generate component
  • Option to use typescript template

Publishing to NPM

To package your CLI up for NPM, do this:

$ npm login
$ npm whoami
$ npm lint
$ npm test
(if typescript, run `npm run build` here)
$ npm publish

License

MIT - see LICENSE