/neutron

This CLI was developed to help developers create new projects quickly and easily

Primary LanguageTypeScriptMIT LicenseMIT

The best tool to speed up your development process! 💻️

npm Build Status

Overview

This CLI was developed to help developers create new projects quickly and easily.

Templates and Scaffold

  • ReactJS
  • React Native
  • Node REST API
  • Node GraphQL API

Quick Start

To install Neutron CLI, execute into your terminal:

$ npm i @somadevs/neutron -g

Command list:

$ neutron -h

  neutron                -
  react add:component    Add new component files
  react add:duck         Add new duck file
  react add:page         Add new page files
  react add:saga         Add new saga file
  react create           Create new react app with duck pattern
  help (h)               -
  version (v)            Output the version number

What's under the hood?

create-react-app to create a project basis
gluegun toolkit for building node-based command-line interfaces

Contributing

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

License

MIT © Somadevs