Draft: feature(repo): repo star command
Marked as Draft until I figure out how to parse the HTTP responses elegantly.
First time you call this (even with multiple packages) it works because the HTTP response is 201. Second time it's already starred and returns HTTP 304 (not modified) so I'll need to enable response headers to curl command
Thoughts?
Edited by Leonidas Spyropoulos