1.0.0 • Published 9 years ago

browserify-starter-kit v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Browserify starter kit

What is this?

A simple boilerplate for writing and testing your Javascript libraries.

What includes?

  • Python SimpleHTTPServer a simple http server for serve static files
  • Travis ci integration
  • Browserify lets you to use CommonJS modules in the browser + Watchify for listen changes in those files
  • Karma Runner brings you a simple and costumizable testing environment + PhantomJS as browser
  • Mocha fun, simple and flexible testing framework

Run

Tests

  • make tests