An open API service indexing awesome lists of open source software.

https://github.com/nicgirault/gitbook-plugin-colorbrewer-picker


https://github.com/nicgirault/gitbook-plugin-colorbrewer-picker

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

Simple Gitbook plugin to include js in pages
==============

Install
-------

In the book.json file, write

```
{
"plugins": ["colorbrewer-picker"],
"pluginsConfig": {
"colorbrewer-picker": {}
}
}
```

Then:

```
gitbook install
```