https://github.com/reeli/init-react-app
Initialize react app
https://github.com/reeli/init-react-app
Last synced: about 2 months ago
JSON representation
Initialize react app
- Host: GitHub
- URL: https://github.com/reeli/init-react-app
- Owner: reeli
- Created: 2018-08-19T09:29:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:39:30.000Z (over 1 year ago)
- Last Synced: 2025-03-17T07:49:04.873Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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