0.1.0 • Published 5 years ago
@icij/sao-datashare-plugin v0.1.0
sao-datashare-plugin
This SAO generator will scaffold a Datashare plugin.
Usage
All you need is Node/NPM on your system.
After running the generator, your project will contain:
- a valid
package.jsonincluding name, description, scripts and correct dependencies ; - a
tests/e2edirectory with the a boilerplate for your E2E tests ; - a
nightwatch.jsfile to use E2E tests with Firefox in headless mode.
From NPM
This will use NPM package to scaffold a plugin inside a new directory:
npx sao npm:@icij/sao-datashare-plugin MY-PLUGIN-DIRFrom git
This will use this repository to scaffold a plugin inside a new directory:
npx sao icij/sao-datashare-plugin MY-PLUGIN-DIRLicense
MIT © ICIJ
