Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-nib

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-nib

A generator for front-end components

  • 0.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
2
Weekly downloads
 
Created
Source

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"
  ],
  ...

Keywords

FAQs

Package last updated on 17 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc