0.6.2 • Published 6 months ago

create-make v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

create-make

An advance CLI tools for creating new project from GitHub repository.

Usage

To use this CLI tools on your system you need to install Node.js and optionally you can install yarn if you want to use the second command below.

npx create-make

or

yarn create make

Config

Linux:

 /home/$YOUR_USER/.local/share/create-make/config.json 

MacOS:

 /Users/$YOUR_USER/Library/Preferences/create-make/config.json 

Windows:

 C:\Users\$YOUR_USER\AppData\Roaming\create-make\config.json 

Example of a config.json to use with your own custom template repo for creating new project

{
  "$schema": "./schema.json",
  "categories": {
    "YOUR_CATEGORIES_NAME": {
      "YOUR_TEMPLATE_NAME": {
        "repo": "git address of YOUR_TEMPLATE for clone",
        "args": [
          {
            "str": "a string in YOUR_TEMPLATE files that you want to replace by project name that user enter",
            "value": "projectName"
          }
        ]
      }
    }
  }
}

Note: Your custom categories and templates will show up in Others part of Select a category

0.6.2

6 months ago

0.6.1

6 months ago

0.5.0

1 year ago

0.6.0

1 year ago

0.4.0

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.1.1-test

1 year ago

0.1.0-test

1 year ago