Skip to content

ICIJ/sao-datashare-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sao-datashare-plugin

Circle CI

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.json including name, description, scripts and correct dependencies ;
  • a tests/e2e directory with the a boilerplate for your E2E tests ;
  • a nightwatch.js file 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-DIR

From git

This will use this repository to scaffold a plugin inside a new directory:

npx sao icij/sao-datashare-plugin MY-PLUGIN-DIR

License

MIT © ICIJ

About

This SAO generator will scaffold a Datashare plugin.

Resources

Stars

Watchers

Forks