@yjhtry/create-all
v0.0.12
Published
create all kinds of project templates use one command
Downloads
4
Readme
Choose a repository to clone by local configuration
Usage
npm install -g @yjhtry/create-all
create-all clone
Config
you can create a create-all.json
or .create-all.json
in your home directory, and the content is like this:
[
{
"title": "yjhtry",
"description": "yjhtry's repository",
"children": [
{
"title": "starter templates",
"description": "Various starter templates for different projects",
"children": [
{
"title": "node cli starter",
"url": "https://github.com/yjhtry/starter-templates",
"cloneType": "folder",
"repoName": "node-cli-starter"
}
]
},
{
"title": "h5 starter base on vue3",
"cloneType": "repo",
"url": "https://github.com/yjhtry",
"repoName": "vue-h5-starter"
}
]
}
]
TODO
- [ ] Support
create-all clone repo url
command