Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanbekker/rbkr-cli
Personal CLI Project to learn Go
https://github.com/ruanbekker/rbkr-cli
Last synced: about 2 months ago
JSON representation
Personal CLI Project to learn Go
- Host: GitHub
- URL: https://github.com/ruanbekker/rbkr-cli
- Owner: ruanbekker
- License: other
- Created: 2023-04-17T21:33:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-18T20:10:16.000Z (over 1 year ago)
- Last Synced: 2024-11-03T08:33:44.323Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ruanbekker/rbkr-cli - Personal CLI Project to learn Go (others)
README
# rbkr-cli
Personal CLI Project to learn Go## Motivation
This is a personal project for:
- Learning Go
- Shortcuts for running repetative scripts
- Me being curious## Resources
- [Alex Jones](https://www.youtube.com/watch?v=SSRIn5DAmyw)
- [Aurelie Vache](https://dev.to/aurelievache/learning-go-by-examples-part-3-create-a-cli-app-in-go-1h43)