Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 925 Bytes

readme.md

File metadata and controls

37 lines (23 loc) · 925 Bytes

generator-bb16-scheme

Summary

This project is a yeoman generator. It helps you to create schemes for base16-builder.

Install

npm install generator-bb16-scheme

Usage

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.

Share

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!

Caveas

This is my first ever yeoman generator. Keep in mind that I am beginner here. Feel free to give any remarks!

License

MPL-2.0