Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 411 Bytes

readme-slack

API for custom Slack integrations for readme

Setup

git clone https://github.com/draperunner/readme-slack.git
cd readme-slack
npm install
cp confluence-credentials.sample.js confluence-credentials.js

Then put your real Confluence username and password in confluence-credentials.js

Usage

Run for development

npm start

Build for production

npm run build