@bellistic/generator-shed

project generators

Usage no npm install needed!

<script type="module">
  import bellisticGeneratorShed from 'https://cdn.skypack.dev/@bellistic/generator-shed';
</script>

README

generator-shed

npm-version bundle-min npm-downloads david david-dev github-license

project generator

Installation

First, install Yeoman (we assume you have pre-installed node.js).

npm install -g yo

Then install @bellistic/generator-shed using npm

npm install -g @bellistic/generator-shed

Generators

  • @bellistic/shed - does nothing
  • @bellistic/shed:surf - express static server with nodemon, pm2, webpack, DO deploy

Usage

mkdir app
cd app
yo @bellistic/shed:surf