1.2.2 • Published 9 years ago

fox-cli v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
9 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

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.14

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago