Yeoman generator that builds a simple Hologram styleguide with bootstrap-sass-official starting files and Gulp all ready to use.
To start a styleguide project, you will have to install Yeoman and Hologram globally.
# install Yeoman
$ npm install -g yo
# Install Hologram
$ gem install hologram
You might have to install the Hologram gem with sudo
, depending on your permissions.
To install generator-styleguide from npm, run:
$ npm install -g generator-styleguide
Finally, initiate the generator:
$ yo styleguide
# To create a new component:
$ yo styleguide:component
# To create a new Twig page:
$ yo styleguide:twig
#To create a basic Drupal environment with an external styleguide repo
$ yo styleguide:drupal
- Gulp
- Bootstrap Sass
- Hologram styleguide
- CSS Autoprefixer
- jshint linting
- Browser-sync built-in server
- Components sub-generator
- Twig template files sub-generator
- Drupal sub-generator
- Add a README to the Drupal generated files
MIT