1.0.2 • Published 3 years ago

jdy-cli v1.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

Installation

$ npm i jdy-cli -g

Usage

Run the following command line to create the project:

$ jdy-cli create app-project-name

Parameter

create <PROJECT_NAME>

Create the JavaScript plugin project:

$ jdy-cli create app-project-name

upgrade

Check the new version is available or not:

$ jdy-cli upgrade

template

You can download or upgrade the template from mirror:

$ jdy-cli template

setMirror <TEMPLATE_MIRROR>

You can also set the template mirror url like this:

$ jdy-cli mirror template-mirror-url

NOTE
You can customize the template mirror url by youself,
For example, the full url to your custom template mirror is https://example.com/mirror/template.zip, the mirror url that jdy-cli can recognize should be https://example.com/mirror/template.zip.

You can download the jdy-cli template from jdy-cli/tpl.