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
- Host: GitHub
- URL: https://github.com/linwooddev/bucket
- Owner: LinwoodDev
- License: apache-2.0
- Created: 2021-10-24T07:13:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T08:34:57.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T23:23:03.071Z (over 1 year ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 163 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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