AutoTasks

1.0.0 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i AutoTasks

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cyio