1.2.6 • Published 9 years ago
chef-cli v1.2.6
chef-cli
The chef cli is a project scaffold/template manager based on github
Install
- use npm
npm i -g chef-cli - use yarn
yarn install -g chef-clichef registry
The chef cli default registry is chef-template. You can use the chef-template repos. If you have better solution for web development, please tell us.
- set registry
chef config set registry https://github.com/{owner}/ - get registry
chef config get registry- delete registry
When delete the config registry, the default registry is chef-template
chef config delete registryinstall project template
the version equal to the github repo tag version.
chef install vue-component // default install latest tag
chef install vue-component@latest // install latest tag
chef install vue-component@1.1.2
// alias
chef i vue-componentinit project
chef init vue-component your-project check outdate
view the list of all installed project templates, check the version
chef outdateuninstall
uninstall the template
chef uninstall vue-componentupdate
update the template to the latest
chef update vue-component1.2.6
9 years ago
1.2.5
9 years ago
1.2.4
9 years ago
1.2.3
9 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.9
9 years ago
1.1.8
9 years ago
1.1.7
9 years ago
1.1.6
9 years ago
1.1.5
9 years ago
1.1.5-s
9 years ago
1.1.4
9 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago
0.0.3
10 years ago
0.0.2
10 years ago
0.0.1
10 years ago