Socket
Socket
Sign inDemoInstall

generator-bower-package

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-bower-package

Yeoman Bower component project development generator


Version published
Maintainers
1
Created
Source

Yeoman Bower component project development generator!

Description

This is a simple generator for creating your first (and more) bower components! Generates demos files and default cofogurations for developing a bower component. Also contains a simple and fast grunt server for developing.

Setup

  • Setup Git First, setup your git on your favorite git website.
  • Instll the generator Install 'bower package'
    npm install -g generator-bower-package
    
  • Create a folder for developing Create a folder for developing with your component name
  • Run the generator Run the generator
    yo bower-package
    

Usage

  • Server
    After installing, you can run the server by running the command
    grunt serve
    
    The project will open in your default browser, including grunt watcher for refreshing the site and files' changes.
  • Add to bower
    You can also publish your bower component by typing
    grunt publish
    
    The component is now live for anyone to download!

Requirements

Mandatory requirements

  • nodeJS
  • Yeoman
  • grunt
  • bower

By Yuval Saraf

Keywords

FAQs

Package last updated on 07 Jul 2014

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