Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

abigail-plugin-log

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abigail-plugin-log

abigail log plugin

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

Abigail Log Plugin

No installation

abigail built-in plugin

Usage

if this plugin is enabled, output the debugging information.

abby test
# +    1 ms @_@ use package.json.
# +    1 ms @_@ plugin enabled exit, log, launch, watch.
# +   21 ms @_@ task start test.
# ...
#   18 passing (56ms)
# ...
# +  2.8  s @_@ task end test. exit code 0.
# +    1 ms @_@ ... watch at src/**/*.js, test/**/*.js.

if turned off, becomes only to the output of the emulator.

abby test --no-log
# ...
#   18 passing (56ms)
# ...

See also

Development

Requirement global

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

npm test

License

MIT

Keywords

abigail-plugin

FAQs

Package last updated on 11 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts