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 npm install -g cherub
# 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 --help
- Hot reload
- Autoprefixer
VM
responsivepx
->rem
Automatic conversion- Image sprites
- Automatic set images width & height
Typescript
supportedPWA
supported
.
├── package.json
├── .cherub.js
├── dist
└── src
├── css
│ └── app.scss
├── img
├── index.html
├── offline.html
└── js
├── index.js
└── sw.js
cherub is open source software MIT