whittle-cli

1.0.6 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i whittle-cli

Weekly Downloads

6

Version

1.0.6

License

MIT

Last publish

Collaborators

  • unadlib