A super convenience watch and upload tool.
$ npm install wa -g
$ wa init
$ wa
$ wa info
$ vi .wa
Edit the ignores
field, which is a collection of glob expressions
.
{
"host": "example.com",
"path": "/path/to/",
"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.