0.1.10 • Published 7 years ago

generator-blue v0.1.10

Weekly downloads
35
License
-
Repository
github
Last release
7 years ago

generator-blue

Yeoman generator for scaffolding with Blue

Installation

First install Yeoman

$ npm install -g yeoman

Then you can install the generator

$ npm install -g generator-blue

Usage

$ yo blue

Sitemap

To create a sitempa with generator-blue you need to create a .yo-rc.json file which should be structured like this

{
  "generator-blue": {
    "sitemap": {
      "page": {
        "home": {
          "basic": false
        },
        "contact": {
          "basic": true
        }
      },
      "component": {
        "header": {
          "basic": false
        }
      },
      "store": {
        "auth": {
          "events": "set, get, remove, get by id, remove by id"
        }
      }
    }
  }
}
0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago