Warning
This is an experimental library and not officially supported / endorsed by bpmn.io.
Get report on community health. Use Slack application to receive reports in the workspace.
npm install --global @bpmn-io/community-health
Slack application expects /community-health
slash command to generate the report.
Configure SLACK_SIGNING_SECRET
, SLACK_BOT_TOKEN
, PORT
as environment variables. Optionally, configure LOG_LEVEL
.
Run:
npm start
Run:
community-health
Prepare the project by installing all dependencies:
npm install
Then, depending on your use-case, you may run any of the following commands:
# run linter, and test the library
npm run all
# lint
npm run lint
# test
npm test
MIT