1.0.3 • Published 3 years ago

mal-cli v1.0.3

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

mal-cli

這是一個用於管理 github 倉庫的工具,透過設定檔案快速下載想要使用的模板

安裝

npm i -g mal-cli

使用

mal-cli create my-app

預設只有一個 vue3 的模板

修改設定檔

設定檔位於 ~/.mal-cli/config.json

{
  "path": {
    "vue3-template": "https://github.com/louis61619/vue3-template"
  }
}

你可以加入新的倉庫模板,key 是自訂名稱,value 是倉庫地址,請寫在 path 中


you can use this cli tools to manage your template on github

Install

npm i -g mal-cli

Usage

mal-cli create my-app

Config

if you want to change setting, you can modify setting file in ~/.mal-cli

{
  "path": {
    "vue3-template": "https://github.com/louis61619/vue3-template"
  }
}

repo setting in path, key is cutom name, value is repo path

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago