1.0.6 • Published 7 years ago

whittle-cli v1.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

whittle-cli

A simple CLI for scaffolding modular HTML/CSS projects based on Stylus and Pug(Jade) .

Installation

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

$ npm install -g whittle-cli

Usage

$ whittle init <project-name>

Example:

$ whittle init example-project
$ cd example-project
$ npm install
$ gulp

Use Option mode:

$ whittle init

Option list:

  • Support mobile
  • Support IE8+
  • Export PHP Template
  • Import font-awesome
  • Import bootstrap

Build HTML/CSS

$ gulp build

Build PHP Native template

$ gulp php

Build Other Language Template

Implementations in other languages:

Other:

License

MIT

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