cherub
v2.1.6
Published
<p align="center"> <img alt="cherub" src="https://gw.alicdn.com/tfs/TB1kSLzw0cnBKNjSZR0XXcFqFXa-512-512.svg" width="200"> </p>
Readme
Install

cherub - a professional front-end templates generator to help you getting started with a new project based on HTML5 Boilerplate, also support Typescript, include base template & PWA template。
Translations: 简体中文
# Node >= 6
# mac/linux
sudo install -g cherubUsage
# init
$ cherub create # or cherub create demo -t base[pwa] two templates supported
# install
$ cd demo && npm install
# run
$ cherub start
# build
$ cherub build
# help
$ cherub --helpContents
What’s Included?
- Hot reload
- Autoprefixer
VMresponsivepx->remAutomatic conversion- Image sprites
- Automatic set images width & height
TypescriptsupportedPWAsupported
Dependence
Files
.
├── package.json
├── .cherub.js
├── dist
└── src
├── css
│ └── app.scss
├── img
├── index.html
├── offline.html
└── js
├── index.js
└── sw.jsLicense
cherub is open source software MIT
