Socket
Book a DemoInstallSign in
Socket

generator-browser-module

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-browser-module

Scaffold out a browser module with dev tools and an example page.

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

generator-browser-module Build Status

Scaffold out a browser module with dev tools and an example page.

Install

$ npm install --global yo generator-browser-module

Usage

With yo:

$ yo browser-module
$ npm run setup

There are multiple command-line options available:

$ yo browser-module --help

  Usage:
    yo nm [options]

  Options:
    --help          # Print the generator's options and usage
    --skip-cache    # Do not remember prompt answers                      Default: false
    --skip-install  # Do not automatically install dependencies           Default: false
    --org           # Publish to a GitHub organization account

The --org option takes a string value (i.e. --org=flyjs).

License

MIT © Luke Edwards

Keywords

yeoman-generator

FAQs

Package last updated on 15 Nov 2016

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