DEV Community

Milo
Milo

Posted on

2 2

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay