0.1.3 • Published 10 years ago

wa v0.1.3

Weekly downloads
12
License
MIT
Repository
github
Last release
10 years ago

Wa!

NPM version David Status

A super convenience watch and upload tool.

Inspired by wau and sshkey.


Install

$ npm install wa -g

Usage

init the directory

$ wa init

npm.io

start to watch

$ wa

npm.io

show config

$ wa info

npm.io

customize the ignore files

$ vi .wa

Edit 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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago