Skip to content
/ sr Public
generated from nikku/node-project

A simple setup and run tool for bpmn.io based projects

License

Notifications You must be signed in to change notification settings

bpmn-io/sr

Repository files navigation

@bpmn-io/sr

CI Status

A simple setup and run utility for bpmn.io based projects.

Usage

Install the tool globally to expose the sr utility:

npm install -g @bpmn-io/sr

Or execute it directly via npx:

npx @bpmn-io/sr bpmn-io/bpmn-js#some-branch -l bpmn-io/diagram-js#some-branch

Synopsis

Usage: sr [options] repository

Locally setup a GitHub repository run a command in it, once completed.

Options:
    -l, --link=repo     link the given repository with
                        target repository
    -c, --cmd=test      execute <test> in the target repository
                        per default <npm start> is executed
        --cwd=dir       use <dir> as a working directory

    -h, --help          show this help
    -v, --verbose       enable verbose output

Examples:
    $ sr -l org/repo1 -l org/repo2#branch org/targetRepo

    $ sr -c 'npm run test' bpmn-io/diagram-js

License

MIT

About

A simple setup and run tool for bpmn.io based projects

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks