Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmichelin/theobot
https://github.com/lmichelin/theobot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lmichelin/theobot
- Owner: lmichelin
- Created: 2020-10-20T18:52:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T18:41:27.000Z (over 1 year ago)
- Last Synced: 2024-04-25T06:27:15.457Z (9 months ago)
- Language: TypeScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Theobot
[![GitHub Actions status](https://github.com/lmichelin/theobot/actions/workflows/main.yml/badge.svg)](https://github.com/lmichelin/theobot/actions)
A Slack bot for Theodo to help new theodoers breaking the ice.
## Installation
```bash
$ yarn
```## Running the app
```bash
# development
$ yarn start# debug mode
$ yarn start:debug# production mode
$ yarn build
$ yarn start:prod
```## Test
```bash
# unit tests
$ yarn test# e2e tests
$ yarn test:e2e# test coverage
$ yarn test:cov
```