Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 646 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 646 Bytes

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