Package Exports
- esdoc-brand-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esdoc-brand-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ESDoc Brand Plugin
Install
npm install esdoc-brand-plugin
Config
This plugin takes a title and a repository from package.json (name, repsitory)
.
{
"source": "./src",
"destination": "./doc",
"package.json": "./package.json",
"plugins": [
{"name": "esdoc-brand-plugin"}
]
}
If you specify other title and repository, you can use title
and repository
.
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc-brand-plugin", "option": {"title": "My Library Name", "repository": "https://github.com/foo/bar"}}
]
}
LICENSE
MIT