Skip to content

Mickey-/wil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wil NPM version Build Status Dependency Status

frontend workflow integration solution
骑迹前端工作流集成解决方案

Installation

npm install -g wil

Config

配置文件名为.wilrc ,内容为json格式,放置在项目仓库的根目录(和package.json一个目录)

{
  "mediaDir": "dist/res/",      // 媒体目录,用以存放的图片、音频、pdf等等的媒体静态资源。默认不发布,需要--media参数触发发布:wil pub --media
  "deployDir": "dist/"          // 发布目录的路径,相对于项目仓库根路径
}

Usage

使用前 务必如wil pub -h 了解详细参数

command line usage
wil pub [path] [options] 只部署发布目录(默认dist/)下文件到CDN。若指定[path],将只发布指定文件(夹)
wil init 初始化一个 react全家桶的项目框架
others others

使用前 务必如wil pub -h 了解详细参数

About

frontend workflow integration solution

Resources

License

Stars

Watchers

Forks

Packages

No packages published