This project is a yeoman generator. It helps you to create schemes for base16-builder.
npm install generator-bb16-scheme
In your shell, run
yo bb16-scheme
- Open
scheme.yml
. - Replace all hexadecimal colors with yours.
- Keep in mind that you MUST not add the '#'.
- Keep in mind that you MUST use lowercase.
- Test your scheme.
- Enjoy.
You created an amazing scheme? Feel free to share it with everybody. It is the best way to thank us. Open an issue, then a pull request on base16-builder. Also, you should read our Contibuting Guidelines to create a great contribution!
This is my first ever yeoman generator. Keep in mind that I am beginner here. Feel free to give any remarks!
MPL-2.0