neutronjs / neutron

Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.
https://www.neutronjs.com/
MIT License
66 stars 8 forks source link
cli neutron open-source react react-native redux redux-saga tool

🚀 Overview

Neutron is a CLI developed to help developers create new react projects with Redux + Redux Saga and offers well-structured code standardization.

Templates and Scaffolding

‍👨🏽‍💻 Quick Start

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

🚘 What's under the hood?

📃 Contributing

Thanks for your interest on our project. Take a moment to read our guidelines:

📮 Contact

We have a few channels for contact:


📃 License

MIT © Neutron JS