1.0.1 • Published 4 years ago

@test-orga/fast-cli v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

fast-cli

Quickly create react, Vue or applications without front-end framework

Install

# yarn
$ yarn global add @test-orga/fast-cli

# npm
$ npm install -g @test-orga/fast-cli

Usege

# Initialize new project
$ fast-cli init

Examples

$ 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+
    Answer: ES2015+
? Please choose a CSS preprocessor
    1) LESS
    2) CSS
    Answer: LESS

# 1. . Downloading template
# 2. ✔ Download successful

? Do you need to install dependencies (Y/n): Y
# cd name && npm install