1.2.2 • Published 7 years ago

fox-cli v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

fox-cli

A simple CLI for scaffolding frondend projects.

Installation

Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.

npm install -g fox-cli

Usage

Generate your project:

fox init

Directory tree:

.
├── config.json
├── gulpfile.babel.js
├── package.json
├── nginx
├── src
└── utils.js

Remove your project:

fox delete yourProject

Install dependencies:

cd yourProject && npm i

Run your project:

npm run dev # or gulp dev

Build your project:

npm run build # or gulp build

License

ISC

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.14

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago