项目作者: anefzaoui

项目描述 :
Cross-platform CLI tool to create HTML5 boilerplate on the go.
高级语言: CSS
项目地址: git://github.com/anefzaoui/Lazyend.git
创建时间: 2017-02-08T08:21:27Z
项目社区:https://github.com/anefzaoui/Lazyend

开源协议:

下载


Lazyend

npm version

Cross-platform CLI tool to create HTML5 boilerplates on the go.


By running the creation command (see ‘Usage’ below), a complete HTML5 project is placed for you that includes basic HTML, CSS (including the latest version of normalize.css) and JavaScript files for you to start coding directly without the hassle of having to redo those steps each time you’re working on a new project.

Installation

You can install it by running

  1. npm install -g lazyend

Usage

To create a new project simply run:

  1. lazyend -c project-name

Contribution

All contributions to the logic or the HTML5 code are welcome!