Skip to content

this is a command line to create your project get faster

Notifications You must be signed in to change notification settings

louis61619/mal-cli

Repository files navigation

l-lib

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

安裝

npm i -g @l-lib/cli

使用

下載模板

l-lib create my-app

預設只有一個 vue3 的模板

新增模板

l-lib add new-repo

刪除模板

l-lib setup

查看本地設置

l-lib ls

修改設定檔

設定檔位於 ~/.l-lib/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

download repo

npm i -g @l-lib/cli

add new repo config

l-lib add new-repo

see local config

l-lib ls

remove local config

l-lib setup

Usage

l-lib create my-app

Config

if you want to change setting, you can modify setting file in ~/.l-lib

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

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

About

this is a command line to create your project get faster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published