jacobparis-insiders / sly

Monorepo for Sly CLI
https://sly-cli.fly.dev/
153 stars 11 forks source link

Just Adding Just 😜 #43

Closed AustinGil closed 5 months ago

AustinGil commented 6 months ago

Adding Just to the Sly registry and also added the "utilities" tag.

AustinGil commented 5 months ago

Thanks for the help on this one. I based the work off another PR. One thing I was also going to include in this one was some docs for the website around contributing. Some parts were very straight forward. Others were confusing. Would be nice to add some clarity for future contributors :)

jacobparis commented 5 months ago

Thanks for the help on this one. I based the work off another PR. One thing I was also going to include in this one was some docs for the website around contributing. Some parts were very straight forward. Others were confusing. Would be nice to add some clarity for future contributors :)

Yeah I'd like to have a nice "here's how to add a new library" guide. Right now it takes essentially 3 files: the library index, the library item route, and then adding it to the registry index

It'd be kinda nice to just have a single file that exposes a getList and getItem method and then the registry could pick all of them up automatically, so it's just one file per library. I wasn't sure if it was the right time to invest in teaching how to contribute vs making contribution easier overall