0.1.10 • Published 10 years ago

generator-blue v0.1.10

Weekly downloads
35
License
-
Repository
github
Last release
10 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

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago