@sagacious/cli
v1.0.1
Published
a universal template management tool
Downloads
5
Maintainers
Readme
@sagacious/cli
🐎 a universal template management tool
Install
npm install -g @sagacious/cli
or if you prefer yarn
yarn global add @sagacious/cli
Usage
now you can see the sag
command globally like this
📦 first: add template
template can be an npm package
template can be a git repository
template can be a local folder
and then you can check it
you can even manage different versions of templates
you can delete templates when you don't need them
😜 second: create app
now you can initialize your template where you need it
FAQ
why do we need template management tools?
we all know that there are mature types of scaffolding in the community, but every time you initialize a project, you still need to customize a lot of personalized content. The template management tool can uniformly manage and cache your various templates.
why @sagacious/cli and not yo?
yoman is a great tool, but I don't really like the mandatory naming prefix of his templates. Then in most cases, we may need to add a git repository template or a local template instead of publishing a new version of the npm package every time.
why a donkey appeared?
🐴 this donkey is a sagacious mascot~
Related
- @sagacious/template-vue - a universal customized vue project template.
- @sagacious/template-package a universal customized npm package development template.
- eslint-config-sagas a public eslint configuration that fits most project styles.
- more...