1.0.2 • Published 9 years ago

atm-tip v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

atm-tip

node.js程序中的提示

##安装

npm install atm-tip --save

##使用

var tip = require('atm-tip');

tip.ok(msg);       // 正确提示           [green]
tip.info(msg);     // 一般性提示         [cyan]
tip.warn(msg);     // 警告              [yellow]
tip.error(msg);    // 出错提示           [red]
tip.exit(msg);     // 出错提示并结束进程   [red]

git remote set-url origin https://songjinshi@github.com/songjinshi/frameworktools.git git remote set-url atmjs https://github.com/atmjs/atm-tip.git

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago