generator-statement

This project builds everything you need to create a new site with Statement CMS in one terminal command.

Usage no npm install needed!

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

README

Statement CMS Theme Generator

This project builds everything you need to create a new site with Statement CMS in one terminal command.

Installation

First, install Yeoman and generator-statement using npm (we assume you have pre-installed node.js).

npm install -g yo

Next, install the generator.

npm install -g generator-statement

Then generate your new project within Statement CMS's themes folder:

yo statement

Bish bash bosh!