Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (36 loc) · 1.17 KB

File metadata and controls

57 lines (36 loc) · 1.17 KB

hardoor

NPM version Build Status

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

Installation

npm install hardoor -g

Use hardoor to generate project template after V0.3.0

View list of installable templates

hardoor list

or

hardoor list -b

Install templates, such as React templates

hardoor install react-webpack -a

View parameter description

hardoor install -h

Inject vue-router template fragment into the project

hardoor i vue-router -b -p ./src

Note

  • If installation is slow, change npm repository
  • Use hardoor list -b when the template lacks features to see if there are suitable patches
  • Use hardoor install -b <patch> must be in the project path

Resources

You can read hardoor Documentation online for more information.

License

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