My common javascript functions


License
ISC
Install
npm install cmn@1.0.40

Documentation

Installation

npm install cmn@https://github.com/Noitidart/cmn.git --save

How to modify dev

  1. edit code
  2. git add .
  3. git commit -m "..."
  4. git push
  5. npm version patch
  6. npm publish this runs preCompile
  7. git add .
  8. git commit -m "vX.X.X"
  9. git push