New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cherub

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cherub

latest
npmnpm
Version
2.1.6
Version published
Maintainers
1
Created
Source

cherub

Install npm Build Status

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 cherub

Usage

# 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

Contents

What’s Included?

  • Hot reload
  • Autoprefixer
  • VM responsive
  • px -> rem Automatic conversion
  • Image sprites
  • Automatic set images width & height
  • Typescript supported
  • PWA supported

Dependence

Files

.
├── package.json
├── .cherub.js
├── dist
└── src
    ├── css
    │   └── app.scss
    ├── img
    ├── index.html
    ├── offline.html
    └── js
        ├── index.js
        └── sw.js

License

cherub is open source software MIT

FAQs

Package last updated on 05 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts