# sr **Repository Path**: mirrors_bpmn-io/sr ## Basic Information - **Project Name**: sr - **Description**: A simple setup and run tool for bpmn.io based projects - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-23 - **Last Updated**: 2025-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @bpmn-io/sr [![CI Status](https://img.shields.io/github/workflow/status/bpmn-io/sr/CI/main)](https://github.com/bpmn-io/sr/actions?query=workflow%3ACI) A simple setup and run utility for bpmn.io based projects. ## Usage Install the tool globally to expose the `sr` utility: ```sh npm install -g @bpmn-io/sr ``` Or execute it directly via `npx`: ```sh npx @bpmn-io/sr bpmn-io/bpmn-js#some-branch -l bpmn-io/diagram-js#some-branch ``` ## Synopsis ```plain 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 in the target repository per default is executed --cwd=dir use 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