https://github.com/mongrov/thingz
cli for thingz cloud
https://github.com/mongrov/thingz
Last synced: 10 months ago
JSON representation
cli for thingz cloud
- Host: GitHub
- URL: https://github.com/mongrov/thingz
- Owner: mongrov
- License: mit
- Created: 2024-01-30T08:44:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T09:12:35.000Z (over 2 years ago)
- Last Synced: 2025-03-02T02:54:16.773Z (over 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thingz
cli for thingz cloud
## Dev Workflow
```bash
cargo bump patch --git-tag
git push --follow-tags
```
```bash
# cargo release
cargo publish
# build a release file
cargo build --release
```
## Todo
- config files should be passed as param or to be from $HOME/.thingz.toml