Skip to content

Plugins for running/executing test scripts that have most likely been transpiled/compiled.

License

Notifications You must be signed in to change notification settings

sumanjs/suman-run-plugins

Repository files navigation

Suman Run Plugins

To contribute see CONTRIBUTING.md

Use the plugins in this package by including @config.json file(s) in your project

// 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

About

Plugins for running/executing test scripts that have most likely been transpiled/compiled.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published