0.1.3 • Published 11 years ago
wa v0.1.3
Wa!
A super convenience watch and upload tool.
Install
$ npm install wa -gUsage
init the directory
$ wa init
start to watch
$ wa
show config
$ wa info
customize the ignore files
$ vi .waEdit the ignores field, which is a collection of glob expressions.
{
"host": "assets.dev.alipay.net",
"path": "/home/admin/build",
"username": "admin",
"port": 22,
"ignores": ["*.css"]
}The wa config file is .wa in any directory which you want to watch. There is no global config.

