0.0.12 • Published 1 year ago

@yjhtry/create-all v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Choose a repository to clone by local configuration

Usage

npm install -g @yjhtry/create-all
create-all clone

demo

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
0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago