Skip to content

dmccer/efte-unit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

efte-unit

Efte unit 项目构建工具, 支持 Windows/Linux/OS X

$ npm install -g efte-unit

创建 unit-m 项目

$ eftu unit-m-name

注: 项目创建期间, 要求指定 git url

其他命令

build unit-m-name

$ cd unit-m-name
$ eftu build

install 依赖包

# 神似 npm install, 就是 cortex install
$ eftu install zepto --save

update 依赖包

# update 当前项目的所有依赖包
$ eftu update

# update 指定的依赖包
$ eftu update [name...]

watch 文件变化

$ eftu watch

link 创建其他项目的软连接

# apollo 是 eftu 站点上创建的 App 名称
$ eftu link apollo

About

efte 项目构建工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published