Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuyunff2e/fast-cli
https://github.com/shuyunff2e/fast-cli
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shuyunff2e/fast-cli
- Owner: ShuyunFF2E
- Created: 2020-06-22T01:49:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:32:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T18:13:37.446Z (2 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## fast-cli
> Quickly create react, Vue or applications without front-end framework
## Install
```bash
# yarn
$ yarn global add shuyun-fast-cli# npm
$ npm install -g shuyun-fast-cli
```## Usege
```bash
$ fast-cli init# install packages
$ cd my-app && npm install# start
$ npm start
```## Examples
```bash
$ fast-cli init? Please enter a project name: my-app
? Please enter a project description: description...
? Please choose the front frame
1) React
2) Vue
3) ES2015+
4) MicroApp
Answer: ES2015+# 1. . Downloading template
# 2. ✔ Download successful? Do you need to install dependencies (Y/n): Y
# cd name && npm install
```