An open API service indexing awesome lists of open source software.

https://github.com/linwooddev/bucket

The system behind Linwood Bucket
https://github.com/linwooddev/bucket

rust

Last synced: 7 days ago
JSON representation

The system behind Linwood Bucket

Awesome Lists containing this project

README

          

# Linwood Bucket

> A static generated library system written in Rust

## Introduction

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.

## Features

* Add new assets by using github issues
* Commit changes by approving a github issue
* Fetch assets using a static generated website

## Directories

* `api`: Contains code that will be used on the cli and the website
* `cli`: Contains code that will be used on the cli
* `web`: Contains code that will be used on the website