Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vncsmyrnk/my-day-count
https://github.com/vncsmyrnk/my-day-count
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vncsmyrnk/my-day-count
- Owner: vncsmyrnk
- License: gpl-3.0
- Created: 2024-06-03T12:19:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T23:10:10.000Z (5 months ago)
- Last Synced: 2024-06-08T03:28:13.302Z (5 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Day Count
## Development
```bash
docker run --rm -it \
-v "$(pwd)"/src:/var/app \
--workdir /var/app \
--cpus 2 \
--name my-day-count \
rust:1.78-slim bash
```