Detalhes do pacote

@bpmn-io/sr

bpmn-io29MIT0.4.3

A setup and run utility for bpmn.io based projects

bpmn.io, setup, git

readme (leia-me)

@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

changelog (log de mudanças)

Changelog

All notable changes to sr are documented here. We use semantic versioning for releases.

Unreleased

_Note: Yet to be released changes appear here._

0.4.2

  • FIX: kill spawned process tree

0.4.1

  • CHORE: use kill over cancel

0.4.0

  • FIX: clean running executables on CTRL+C
  • CHORE: require node >= 16
  • DEPS: bump dependencies

0.3.1

  • CHORE: mark as npm@8 compatible

0.3.0

  • FEAT: support npm@8
  • CHORE: improve debug logging

0.2.1

  • DOCS: improve cli synopsis

0.2.0

  • FEAT: expose sr executable

0.1.0

  • DOCS: document installation

0.0.8

  • FIX: correct cli consistency check order

0.0.7

  • FIX: correct cli error output
  • FIX: alias command line shortcut c -> cmd

0.0.6

  • FIX: correct binary not working

0.0.5

  • FEAT: color output
  • CHORE: reduce bundle size

0.0.4

  • FEAT: improve CLI output, round :two:

0.0.3

  • FEAT: clone repositories in parallel
  • CHORE: improve CLI output

0.0.2

  • FIX: add shebang to executable

0.0.1

Initial release.