Skip to content

likai757/kaitlyn-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaitlyn-cli

Build Status

通过copy命令行工具将当前项目动态安装到,指定项目的node_modules目录下。

Install

npm i -g kaitlyn-cli

Uesage

kaitlyn copy -p [target project path]

Default Configuration

{
  "commands": [
    "rm -rf build",
    "npm run build"
  ],
  "source": "build/*"
}

Configuration

Add .kaitlynrc.json file to root path

{
  "commands": [
    "rm -rf build",
    "npm run build"
  ],
  "source": "build/*"
}
  • commands: build script commands
  • source: output directory of build result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published