generator-nib

0.0.5 • Public • Published

generator-nib

Yo generator for the nib Front-end Components

    npm install -g generator-nib

Commands

Install a new front-end

    yo nib

Once this command has added installation files, it should automagically run the following commands for you:

npm install to get the npm dependencies.

component install (inside of components/boot) to get the component dependencies.

Once the dependencies have been installed, you'll need to run ....

  grunt

aaaaaaand BAM! You're good to go.

Create a new component

    yo nib:component {name} // yo nib:component my-js-component

Follow the prompts to create the component.

Note: The new components name will need to be added to the "local" array inside of components/boot/component.json.

  {
  "name": "boot",
  "paths": [
    "../""
  ],
  "local": [
    "my-js-component",
    "my-css-component"
  ],
  ...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    1
  • 0.0.4
    1
  • 0.0.2
    1
  • 0.0.1
    1
  • 0.0.0
    2

Package Sidebar

Install

npm i generator-nib

Weekly Downloads

5

Version

0.0.5

License

none

Last publish

Collaborators

  • anthonyshort
  • chrisbuttery