generator-compost

Yeoman generator for opinionated frontend patterns.

Usage no npm install needed!

<script type="module">
  import generatorCompost from 'https://cdn.skypack.dev/generator-compost';
</script>

README

generator-compost

Speed up your development workflow by quickly generating frontend patterns.

Generator compost scaffolds opinionated frontend pattern structures into your file system. Depending on your choices it will create the following files:

├── _component.css
├── _component.js
├── _component.twig
├── _component.yaml

This is a companion tool for pattern-lab-edition-factorial

Prerequisites

Install Yeoman.

$ yarn global add yo

Install compost

$ yarn global add generator-compost@alpha

Usage

$ yo compost

An interactive wizard will guide yo through the process.