Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.
- React JS
- React Native
To install Neutron JS, execute into your terminal:
# yarn
$ yarn global add @neutronjs/cli
# npm
$ npm i @neutronjs/cli -g
Command list:
Starts With:
neutron create Create new project with React
Commands:
neutron add:component Add new component files
neutron add:duck Add new duck file
neutron add:page Add new page files
neutron add:saga Add new saga and duck files
Utils:
neutron -h Show help information
neutron -v Output the version number
- ⭐ exec-sh - wrapper for
child_process.spawn
with some improvements; - ⭐ gluegun - toolkit for building node-based command-line interfaces;
- ⭐ hyperquest - treat http requests as a streaming transport;
- ⭐ tar-pack - package and un-package modules of some sort (in tar/gz bundles);
Thanks for your interest on our project. Take a moment to read our guidelines:
We have a few channels for contact:
- Email: [email protected]
- GitHub Issues
MIT © Neutron JS