react-app-boosted
v1.0.0-alpha.2
Published
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/JuniorDiasOliveira/react-app-boosted/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/react-app-boosted.svg?style=flat)](https://www.npmjs.com/pack
Downloads
6
Readme
React App Boosted 🚀
Easy way to start projects
React App Boosted is a tiny command-line application which uses the power of NodeJS and script execution to create customized projects from the scratch.
All installing executions are executed directly on the terminal.
Easy to add more scripts to the execution pipeline.
Indicated to people who makes many small projects on a short period of time.
Prerequisites
You only needs to have yarn
installed
Installation
npm install -g react-app-boosted
or
yarn --global add react-app-boosted
or
npx react-app-boosted
How to use
After installed you can just execute the module:> react-app-boosted
Some questions will be prompted to you in order to accomplish the type of project you want to start :)
Licence
React App Boosted is Copyright (c) 2020 Junior Oliveira and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.