imdone-echo-plugin
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,3 +0,2 @@ | ||
var winston = require('winston'), | ||
path = require('path'); | ||
var path = require('path'); | ||
@@ -13,3 +12,3 @@ module.exports = function(config, repo) { | ||
log = require('debug')(this.config.name || 'imdone-echo-plugin'); | ||
var log = require('debug')(this.config.name || 'imdone-echo-plugin'); | ||
@@ -16,0 +15,0 @@ log("Logging events for: %s", repo.getId()); |
{ | ||
"name": "imdone-echo-plugin", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "imdone-echo-plugin ==================", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,6 @@ imdone-echo-plugin | ||
### Install | ||
npm install -g imdone-echo-plugin | ||
1. `npm install -g imdone-echo-plugin` | ||
2. `cd /my/project/folder` One that already has a `.imdone/config` or create it. | ||
3. `export DEBUG=imdone:echo` | ||
4. `imdone -o` | ||
@@ -15,0 +18,0 @@ ### Plugin interface |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5324
57
45