Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cynipe/blaker
https://github.com/cynipe/blaker
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/cynipe/blaker
- Owner: cynipe
- Created: 2020-01-08T02:26:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T07:47:30.000Z (about 2 years ago)
- Last Synced: 2024-11-05T07:25:00.876Z (about 2 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blaker
## What this command does
1. Create DynamoDB table named `blaker_config`
1. Create Item with desired break time like as following:name | value
-- | --
break_time | 2020-01-01T10:00:00+09:00
1. Run command with blaker```
# before break time
$ blaker echo hey
hey# after break time
$ blaker echo hey
the command cannot be run after 2020-01-01T10:00:00+09:00. skipped command: `echo yay`
```