All Projects → neutronjs → Neutron

neutronjs / Neutron

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Neutron

Labeler
Manage labels on GitHub as code
Stars: ✭ 78 (+20%)
Mutual labels:  cli, open-source, tool
Ddecmd
DDE command line query tool
Stars: ✭ 11 (-83.08%)
Mutual labels:  cli, tool
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (+1196.92%)
Mutual labels:  cli, tool
Durt
Command line tool for calculating the size of files and directories
Stars: ✭ 27 (-58.46%)
Mutual labels:  cli, tool
Git2json
Simple tool to get a JSON from your git log.
Stars: ✭ 18 (-72.31%)
Mutual labels:  cli, tool
Mprislyrics
Small command-line utility that displays lyrics in sync with the currently playing song in a MPRIS2 capable player.
Stars: ✭ 24 (-63.08%)
Mutual labels:  cli, tool
Jabbar
Find out who is interested in your GitHub Code
Stars: ✭ 14 (-78.46%)
Mutual labels:  cli, open-source
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+972.31%)
Mutual labels:  cli, tool
Plantuml Styler
Online tool to make your PlantUML diagrams look great.
Stars: ✭ 35 (-46.15%)
Mutual labels:  open-source, tool
Lucid
A simple mock-application for programs that work with child processes
Stars: ✭ 45 (-30.77%)
Mutual labels:  cli, tool
Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+1636.92%)
Mutual labels:  cli, open-source
Dotnet Ignore
.NET CLI tool that can download .gitignore file from gitignore repository
Stars: ✭ 18 (-72.31%)
Mutual labels:  cli, tool
Pixterm
Draw images in your ANSI terminal with true color
Stars: ✭ 782 (+1103.08%)
Mutual labels:  cli, tool
Tb Cli
🛠️ CLI for rapid TB generate
Stars: ✭ 8 (-87.69%)
Mutual labels:  cli, tool
Hover
Hover helps developers to release Flutter applications on desktop.
Stars: ✭ 698 (+973.85%)
Mutual labels:  cli, tool
Create Component App
Tool to generate different types of React components from the terminal. 💻
Stars: ✭ 879 (+1252.31%)
Mutual labels:  cli, tool
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-10.77%)
Mutual labels:  cli, tool
Legit
Git for Humans, Inspired by GitHub for Mac™.
Stars: ✭ 5,682 (+8641.54%)
Mutual labels:  cli, tool
Bat
A cat(1) clone with wings.
Stars: ✭ 30,833 (+47335.38%)
Mutual labels:  cli, tool
Wait4x
Wait4X is a cli tool to wait for everything! It can be wait for a port to open or enter to rquested state.
Stars: ✭ 30 (-53.85%)
Mutual labels:  cli, 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

  • [x] React JS
  • [x] React Native

‍👨🏽‍💻 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?

  • 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);

📃 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].