0.1.2 • Published 6 years ago

abigail-plugin-exit v0.1.2

Weekly downloads
61
License
MIT
Repository
github
Last release
6 years ago

Abigail Exit Plugin

No installation

abigail built-in plugin

Usage

if the task is not specified and this plugin is enabled, it to exit in 1.

abby && echo pass || echo fail
#
#              _ |_ . _  _ .|
#             (_||_)|(_)(_|||    v1.0.0
#             _/                 a minimal task runner.
#
#                    github.com/abigailjs/abigail#usage
# fail

moreover. unless the task exit code are all 0, it to exit in 1.

abby test lint --no-watch && echo pass || echo fail
# ...
# +    1 ms @_@ task end test, lint. exit code 0, 1.
# +    1 ms @_@; i'm terribly sorry...
# fail

the latter is turned off by the abigail-plugin-watch.

See also

Development

Requirement global

  • NodeJS v5.7.0
  • Npm v3.7.1
git clone https://github.com/abigailjs/abigail-plugin-exit
cd abigail-plugin-exit
npm install

npm test

License

MIT

0.1.2

6 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago