https://github.com/ilpianista/base16-builder-rust
A Rust implementation of a base16 builder
https://github.com/ilpianista/base16-builder-rust
base16 colorscheme rust
Last synced: over 1 year ago
JSON representation
A Rust implementation of a base16 builder
- Host: GitHub
- URL: https://github.com/ilpianista/base16-builder-rust
- Owner: ilpianista
- License: other
- Created: 2016-08-29T23:49:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T12:47:49.000Z (about 4 years ago)
- Last Synced: 2025-03-01T21:11:23.560Z (over 1 year ago)
- Topics: base16, colorscheme, rust
- Language: Rust
- Homepage: https://gitlab.com/ilpianista/base16-builder-rust
- Size: 43 KB
- Stars: 24
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Base16 Builder Rust
[](https://crates.io/crates/base16-builder)
[](https://gitlab.com/ilpianista/base16-builder-rust/pipelines)
A Rust implementation of a base16 builder that follows the conventions described at https://github.com/chriskempson/base16.
Version 0.9.1.
## Installation
### From sources
git clone https://github.com/ilpianista/base16-builder-rust
cd base16-builder-rust
cargo build
## Usage
target/debug/base16-builder update
Updates all scheme and template repositories as defined in `schemes.yaml` and `templates.yaml`.
target/debug/base16-builder
Build all templates using all schemes
## Donate
Donations via [Liberapay](https://liberapay.com/ilpianista) or Bitcoin (1Ph3hFEoQaD4PK6MhL3kBNNh9FZFBfisEH) are always welcomed, _thank you_!
## License
MIT