suman-run-plugins
Version:
Plugins for running target code with various executables.
37 lines (22 loc) • 665 B
Markdown
# Suman Run Plugins
### To contribute see CONTRIBUTING.md
Use the plugins in this package by including .json file(s) in your project
```json
// An example @config.json file
{
"@run": {
"plugin": {
"location": "npm",
"value": "suman-run-plugins/plugins/x"
}
}
}
```
## About
Each plugin is versioned separately - as each plugin is published separately to NPM, like so:
`-run-plugins/x`
## As a whole
You can import either:
`suman-run-plugins/plugins/x` # will always be the latest version of all plugins, is bundled with suman
or
`-run-plugins/x` # can be installed in package.json and versioned