Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reeli/init-react-app

Initialize react app
https://github.com/reeli/init-react-app

Last synced: about 1 month ago
JSON representation

Initialize react app

Awesome Lists containing this project

README

        

# Init React App

A tool which can help you init you react app quickly.

## Quick Start

1. npm install init-react-app -g
2. run command `init-react-app init`

## Tools

- [commander](http://tj.github.io/commander.js/): 一个强大的 nodejs 的命令行框架。可以处理命令行输入和参数解析。
- [inquirer](https://github.com/SBoudrias/Inquirer.js/): 一个用于命令行交互的库。提供了命令行选择和输入的功能。
- [download-git-repo](https://github.com/flipxfx/download-git-repo): Download github repo
- [ora](https://github.com/sindresorhus/ora): Elegant terminal spinner