https://github.com/nicgirault/gitbook-plugin-colorbrewer-picker
https://github.com/nicgirault/gitbook-plugin-colorbrewer-picker
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicgirault/gitbook-plugin-colorbrewer-picker
- Owner: nicgirault
- License: apache-2.0
- Created: 2015-05-30T09:24:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-26T16:06:39.000Z (over 9 years ago)
- Last Synced: 2025-03-08T09:35:33.309Z (7 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```