A static generated library system written in Rust
This system allows you to create a library system using git. Create new assets by using github issues and add a ci to automatically build your library and serve it.
To start, download the cli from the github release.
- Add new assets by using github issues
- Commit changes by approving a github issue
- Fetch assets using a static generated website
api
: Contains code that will be used on the cli and the websitecli
: Contains code that will be used on the cliweb
: Contains code that will be used on the website