Installation
npm install cmn@https://github.com/Noitidart/cmn.git --save
How to modify dev
edit code
git add .
git commit -m "..."
git push
npm version patch
-
npm publish
this runspreCompile
git add .
git commit -m "vX.X.X"
git push
My common javascript functions
Homepage Repository npm JavaScript Download
npm install cmn@1.0.40
npm install cmn@https://github.com/Noitidart/cmn.git --save
edit code
git add .
git commit -m "..."
git push
npm version patch
npm publish
this runs preCompile
git add .
git commit -m "vX.X.X"
git push