Skip to content

zeke/installify-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Node >=4 is required for this to work, because it uses ES2015 stuff.

npm test

The output is the result of piping ./lazy.js through installify and babelify.

The alphabet dependency is installed automatically, and even added to package.json.

Dependencies

  • alphabet: The english alphabet as a string or array, upper and lowercase.
  • babel-preset-es2015: Babel preset for all es2015 plugins.
  • babelify: Babel browserify transform
  • 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

About

A small programmatic demo of installify, a browserify transform for the lazy JavaScripter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published