generator-eb-feature

a generator for feature apps on eb.dk

Usage no npm install needed!

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

README

EB Feature generator

A Yeoman generator for feature apps on eb.dk

Installation

First you need to make sure that you have Yeoman install on your system:

$ npm install -g yo bower grunt-cli gulp

Then the installation is complete, your ready to install this generator:

$ npm install -g generator-eb-feature

Usage

This step is so simple that you can juggle a monkey at the same time :monkey:

$ yo eb-feature

The generator will then ask you a couple about the project, before it creates the project folder with all the necessary files you need to get started. (OBS! the generator will automatically add the current year in front of the project title to name the folder)

Now Your ready to navigate to your folder cd <year>-<project name> and run gulp!