Front End Styleguide Init
This package creates the basic file structure needed for the Front End Styleguide to work correct. It is used by the CLI package.
Installation
# Yarn yarn add --dev front-end-styleguide-init # npm npm install --save-dev front-end-styleguide-init
Usage
// Require the init packageconst styleguideInit = // `dir` is the directory where the styleguide will be initialized
Test
To test this package run npm test
. Please note: This is not an automated test. It requires command line inputs and manual inspection of the test/temp
output folder.