Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.
/ hardoor Public archive

Hardoor can automatically generate front-end project templates.【自动生成前端模板 CLI脚手架(scaffolding)】

License

Notifications You must be signed in to change notification settings

SystemLight/hardoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.