2.0.1 • Published 4 years ago

just-cli v2.0.1

Weekly downloads
13
License
MIT
Repository
-
Last release
4 years ago

just-cli

Just a simple CLI.

Installation

$ yarn global add just-cli

Get Started

Add template

$ just add
$ # template name:
$ # branch(master):
$ # git:

# or
$ just add -n <template name> -b <branch name> -g <git URL>

Example:

$ just add -n npm -b master -g https://github.com/dabanlee/npmkit.git

Template added:

{
    "npm": {
        "branch": "master",
        "git": "https://github.com/dabanlee/npmkit.git"
    }
}

Then:

$ just init <template-name> <project-name>
$ cd <project-name>
$ yarn
$ yarn start

Usage

Usage: just <command>

  VERSION: 2.0.0

  USAGE:
    $ just init       Initialize a new project
    $ just add        Add template
    $ just list       List the templates file
    $ just remove     Remove template

  OPTIONS:
    -h, --help        Show usage message
    -v, --version     Show the current version number

License

Licensed under the MIT License

2.0.1

4 years ago

2.0.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago