tinted-theming / base16-builder-go

A base16 builder written in go, focused on convenience for template maintainers.
MIT License
50 stars 8 forks source link

How can I add my theme? #7

Closed Mauladen closed 5 years ago

Mauladen commented 6 years ago

Good afternoon, I liked your builder that it is written in Goland and it's great. I would be very happy if you could tell me how to add your topic and collect all based on it. The documentation simply says that it clones the repository and then builds it.

belak commented 6 years ago

The base16 builder spec is maintained at https://github.com/chriskempson/base16/blob/master/builder.md and the list of scheme repositories is kept at https://github.com/chriskempson/base16-schemes-source.

This repository is based on this spec and uses it to clone all the schemes and templates and build them into actual schemes.

Mauladen commented 6 years ago

Can you tell me how to start a builder?

belak commented 6 years ago

Are you looking to write your own builder or just run this one?

Mauladen commented 6 years ago

I want to run

belak commented 6 years ago

There are a few steps to running it. The easiest method would be to use go get github.com/belak/base16-builder-go to build and install a binary. Once that's done, you can run base16-builder-go update and base16-builder-go build.

Mauladen commented 6 years ago

it will be cool if you would add the manual for build in the README

belak commented 5 years ago

It sounds like this was resolved a while back so I'm going to close this. If you feel the README documentation could use an update, I'd welcome a PR. Cheers!