Hardoor can automatically generate front-end project templates.
NPM page: https://www.npmjs.com/package/hardoor
npm install hardoor -g
hardoor list
or
hardoor list -b
hardoor install react-webpack -a
hardoor install -h
hardoor i vue-router -b -p ./src
- 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
You can read hardoor Documentation online for more information.
hardoor uses the MIT license, see LICENSE file for the details.