Skip to content

kacimfedjkhi/slack-bot-example

 
 

Repository files navigation

@craftzing/slack-bot

code-review release docker image version docker image size

Setup

Dependencies

# install node
nvm install

# dependencies
yarn

VSCode

All suggested extensions and settings can be found in the .vscode directory. When opening the repo for the first time you will be prompted to install the suggested extensions.

Linting

# lint
yarn lint

# lint & try to fix what's possible
yarn lint:fix

Testing

# run tests
yarn test

Development

# dev server
yarn dev

# compile source
yarn build

Deployment

An arm64v8 Docker image is built on tag & deployed automatically on the Raspberry Pi @ Gent office.

# small bugfix
yarn patch

# new (small) features
yarn minor

# new (big) release
yarn major

About

Office Slack bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.9%
  • Dockerfile 4.4%
  • Shell 0.7%