Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
imdone-echo-plugin
Advanced tools
Example plugin for iMDone that logs to the console using debug
iMDone loads plugins that are mentioned in the .imdone/config.json
file in your project directory. It looks for them in your project directory under node_modules
then in your home directory under node_modules
, then by name. So if you include a plugin.js
that implements the plugin interface in your project, you can load it directly or install one using npm install -g
.
npm install -g imdone-echo-plugin
All plugins should expect a config and repo. Take a look at this example config. The plugins hash contains the plugin package name or path with it's config hash as the value. Repo is the Repository object for the project.
{
"exclude": [
"^(node_modules|bower_components|\\.imdone|target|build)\\/?|\\.(git|svn)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
],
"watcher": true,
"lists": [
{
"name": "TODO",
"hidden": false
},
{
"name": "DOING",
"hidden": false
},
{
"name": "DONE",
"hidden": false
}
],
"marked": {
"gfm": true,
"tables": true,
"breaks": false,
"pedantic": false,
"sanitize": true,
"smartLists": true,
"langPrefix": "language-"
},
"plugins": {
"imdone-echo-plugin": {
"name": "imdone:echo"
}
}
}
After starting iMDone and adding a project, you will find the .imdone/config.json
in the project directory.
FAQs
A sample iMDone plugin that logs to the console with debug
The npm package imdone-echo-plugin receives a total of 0 weekly downloads. As such, imdone-echo-plugin popularity was classified as not popular.
We found that imdone-echo-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.