DEV Community

Milo
Milo

Posted on

Introducing coco

Hey,

Recently I have been running a lot of curl scripts, and they get annoying to google, copy and paste into the terminal. I built coco to fix that.

Coco provides a simple CLI to add scripts with full argument support, so you can make curl requests faster.

Lets say I want to get someones GitHub contributions:

coco add contributions "https://github-contributions-api.deno.dev/+1.term"```



Now, I can type `coco contributions GITHUB_USERNAME` and that'd template out to `https://github-contributions-api.deno.dev/GITHUB_USERNAME.term`

It's simple but does the trick. I plan to add more features that get suggested.

If you want to star the repo, here is the link. https://git.io/coco

Thanks, and, hope coco helps you out somehow.
Enter fullscreen mode Exit fullscreen mode

Top comments (0)