xianyu-cli

A lightweight javascript plugin CLI.

Usage no npm install needed!

<script type="module">
  import xianyuCli from 'https://cdn.skypack.dev/xianyu-cli';
</script>

README

xianyu-cli

A lightweight javascript plugin CLI.

Build Status Version MIT npm

Installation

$ npm i xianyu-cli -g

Usage

Run the following command line to create the project:

$ xianyu-cli init myproject

Parameter

init <PROJECT_NAME>

Create the JavaScript plugin project:

$ xianyu-cli init myproject

upgrade

Check the new version is available or not:

$ xianyu-cli upgrade

template

You can download or upgrade the template from mirror:

$ xianyu-cli template

mirror <TEMPLATE_MIRROR>

You can also set the template mirror like this:


[comment]: <> ($ xianyu-cli mirror https://zpfz.vercel.app/download/files/frontend/tpl/xianyu-cli/)

NOTE
You can customize the template mirror link by youself, but the template file name must be template.zip, and the mirror link should be / ending.
For example, the full link to your custom template mirror is https://example.com/mirror/template.zip, the mirror link that xianyu-cli can recognize should be https://example.com/mirror/.