@foxford/docs-utils
v0.3.0
Published
Foxford packages docs utils
Downloads
2
Keywords
Readme
| Command | Description |
|-----------------------------:|:---------------------------|
| npm test
| Run eslint check |
Getting started
npm i
Usage
Inject styleguideConfigMixin into your styleguidist.config.js
to get all the documentation components and styles.
const { styleguideConfigMixin } = require('@foxford/foxford-docs-utils')
module.exports = {
...styleguideConfigMixin,
/* If you want to have favicon, logo and images */
assetsDir: resolve(__dirname, 'node_modules/@foxford/docs-utils/assets'),
/** Your config here */
}