goodeggs-angular-browserify

3.1.0 • Public • Published

Goodeggs Angular Browserify

browserify a goodeggs angular app/modules

build status npm version MIT license we're hiring

Usage

npm install goodeggs-angular-browserify
angularBrowserify = require('goodeggs-angular-browserify')
 
angularBrowserify.run({
  src: 'src/index.coffee'
  dest: 'lib'
  bundleName: 'index.js'
  watch: false
}done)

Contributing

Please follow our Code of Conduct when contributing to this project.

$ git clone https://github.com/goodeggs/goodeggs-angular-browserify && cd goodeggs-angular-browserify
$ npm install
$ npm test

Module scaffold generated by generator-goodeggs-npm.

/goodeggs-angular-browserify/

    Package Sidebar

    Install

    npm i goodeggs-angular-browserify

    Weekly Downloads

    4

    Version

    3.1.0

    License

    MIT

    Last publish

    Collaborators

    • goodeggs-admin
    • dannynelson
    • demands