Hardoor can automatically generate front-end project templates.


Keywords
hardoor, cli-app, cli, front-end, build, web, node, tool, automatically, generate templates, front-end project, scaffold, 脚手架, 自动构建, 项目模板, 生成工具, 生成web项目, frontend, generator, javascript, nodejs, scaffolding, templates
License
MIT
Install
npm install hardoor@1.5.2

Documentation

hardoor

NPM version Build Status

Hardoor can automatically generate front-end project templates.
NPM page: https://www.npmjs.com/package/hardoor

You might more like yoman

Installation

npm install hardoor -g

Use hardoor to generate project template after V0.3.0

generate react and webpack project

execute `hardoor -w` in your empty folder.

generate react and antd project

execute `hardoor -a` in your empty folder.

automatically execute npm install

add arguments -i

such as:
    hardoor -w -i

generate koa project

execute `hardoor -k` in your empty folder.

Other lib

Too lazy to say

Note

  • If installation is slow, change npm repository

Resources

You can read hardoor Documentation online for more information.

License

hardoor uses the MIT license, see LICENSE file for the details.