node.js - How to create a link between Git and NPM -


this question has answer here:

is there way link github node package manager? if changes pushed in git published in npm.

travis-ci handle you.

http://mclear.co.uk/2013/10/06/publishing-to-npm-on-git-commit-using-github-hooks-and-travis/

there's gist, you'll have see whether works yourself.

https://gist.github.com/fent/3140668

if not can use basis own solution using got post hooks.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -