Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumanjs/suman-run-plugins
Plugins for running/executing test scripts that have most likely been transpiled/compiled.
https://github.com/sumanjs/suman-run-plugins
bdd dev-ex dx nodejs plugins suman sumanjs tdd testing
Last synced: about 1 month ago
JSON representation
Plugins for running/executing test scripts that have most likely been transpiled/compiled.
- Host: GitHub
- URL: https://github.com/sumanjs/suman-run-plugins
- Owner: sumanjs
- License: mit
- Created: 2017-06-28T00:36:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T02:08:24.000Z (about 6 years ago)
- Last Synced: 2024-11-07T09:46:15.188Z (about 2 months ago)
- Topics: bdd, dev-ex, dx, nodejs, plugins, suman, sumanjs, tdd, testing
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.md
Awesome Lists containing this project
README
# Suman Run Plugins
### To contribute see CONTRIBUTING.md
Use the plugins in this package by including @config.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:
`@suman-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
`@suman-run-plugins/x` # can be installed in package.json and versioned