1.2.2 • Published 8 years ago

fox-cli v1.2.2

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

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.14

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago