https://github.com/testusuke/line-reminder-bot
This is Reminder bot
https://github.com/testusuke/line-reminder-bot
Last synced: 12 months ago
JSON representation
This is Reminder bot
- Host: GitHub
- URL: https://github.com/testusuke/line-reminder-bot
- Owner: testusuke
- License: apache-2.0
- Created: 2021-10-20T06:25:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T00:03:02.000Z (almost 4 years ago)
- Last Synced: 2025-06-23T00:53:09.018Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# line-reminder-bot
This is Reminder bot
You can use with docker-compose. A docker-compose.yml is located in [example](example) directory. You need to change
volume path for saving dictionary data.
## Install with docker-compose
coming soon...
## install without docker-compose
coming soon...
## Develop
### Git branch
This repository adopts git-flow.
#### Template
```
/
```
#### Type
- **feature**: A new feature branch
- **release**: A pre-release branch including a batch of feature branches
- **hotfix**: Fix a high-priority bug. checkout master
### Git commit
#### Template
```
:
```
#### Type
- **feat**: A new feature
- **change**: Change a feature or remove
- **fix**: A bug fix
- **docs**: Documentation only changes
- **style**: Changes that do not affect the meaning of the code (white-space, formatting, etc)
- **refactor**: A code change that neither fixes a bug nor adds a feature
- **perf**: A code change that improves performance
- **test**: Adding missing or correcting existing tests
- **chore**: Changes to the build process or auxiliary tools and libraries such as documentation generation
## License
Apache-2.0 License