1.0.0 • Published 8 years ago

installify-example v1.0.0

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

installify-example

A small programmatic demo of installify, a browserify transform for the lazy JavaScripter. installify automatically installs missing dependencies when bundling for quick and dirty prototyping.

Running the Example

npm test

Dependencies

  • browserify: browser-side require() the node way
  • concat-stream: writable stream that concatenates strings or binary data and calls a callback with the result
  • installify: A browserify transform that automatically installs missing dependencies

License

MIT

Generated by package-json-to-readme