1.7.0 • Published 10 years ago

mylib_progvar v1.7.0

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

myLib

Creating my first library for node.js

#Description

Currently there is a webserver along with the module to see the module in action on Heroku. 'npm publish' will only push what's necessary for the module itself by using .npmignore.

DevDependencies in use:

  • chai & mocha: Unit testing the module. Currently 4 tests are present.
  • istanbul: Gives code coverage and currently it needs to be 100%.
  • codecov: Creates codecoverage reports at https://codecov.io/github/progvar/myLib. Also has a Chrome plugin to use on Github.
  • comittizen & cz-conventional-changelog: Creating detailed commits.
  • ghooks: Adding pre & push commit tasks and needs.
  • babel: Adding ES6 support for older browsers. The transpiled ES5 scripts are in the dist folder.
1.7.0

10 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.2.0

10 years ago

1.0.0

10 years ago