UNPKG

honkit-plugin-add-js

Version:
26 lines (21 loc) 323 B
HonKit plugin for customize script ================ ## Usage Add the plugin to your `book.js`: ``` module.exports = { "plugins": [ "add-js" ] } ``` ## Options ``` module.exports = { "pluginsCofig": { "add-js": { "js": [ "./your/custom.js" ] } } } ```