1.0.0 • Published 7 years ago

AutoTasks v1.0.0

Weekly downloads
13
License
ISC
Repository
-
Last release
7 years ago

AutoTasks

Install

npm install -g autotasks

Usage

aut -h
# display help info

Git

aut commit
# will add all and commit with 'auto-commit'
# or
aut commit 'your message'
aut deploy
# execute `aut commit` then `aut push`
# or
aut deploy 'your message'
```

## Reference

[Node.js 命令行程序开发教程 - 阮一峰的网络日志](http://www.ruanyifeng.com/blog/2015/05/command-line-with-node.html)

[The npm Blog — Building a simple command line tool with npm](http://blog.npmjs.org/post/118810260230/building-a-simple-command-line-tool-with-npm)