0.6.12 • Published 10 years ago

nutella_lib v0.6.12

Weekly downloads
29
License
MIT
Repository
github
Last release
10 years ago

Build Status

nutella library for node.js and the browser

Installation

For node.js projects do

npm install nutella_lib

For browser projects either:

  1. npm install nutella_lib and then use browserify OR
  2. use the bundled nutella_lib.js in dist

Building the project

For developers working on the library. We are using gulp + browserify + watchify to continuously and incrementally build the library as we develop.

To contribute: Clone the repo and gulp bundle inside the project directory. Every time you make a change to any of the files required by the library gulp will rebuild it.

Releasing a new version

For developers working on the library, to release a new version:

  1. Update the version in package.json and src/version.js
  2. Run gulp to generate distribution for the browser
  3. Commit
  4. Tag version (git tag -a vx.y.z -m 'A message') and push tag (git push origin --tags)
  5. Publish to npm (npm publish)
0.6.12

10 years ago

0.6.11

10 years ago

0.6.10

10 years ago

0.6.9

10 years ago

0.6.8

10 years ago

0.6.7

10 years ago

0.6.6

10 years ago

0.6.5

10 years ago

0.6.4

10 years ago

0.6.3

10 years ago

0.6.2

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.10

10 years ago

0.5.9

10 years ago

0.5.8

10 years ago

0.5.7

10 years ago

0.5.6

10 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.3.0

10 years ago