Skip to content

afc163/wa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

start to watch

$ wa

show config

$ wa info

customize the ignore files

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

About

A super convenience watch and upload tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published