Hi all,
I have done my first tiny node.js package
I'd like to read an howto for publishing it.
The howto link on nppmjs is broken: the link
https://github.com/isaacs/npm/blob/master/doc/developers.md#readme
give me a file not found.
Where can I find a guide?
And, will it be a terrible sin to use mercurial instead of git?
Is mercurial supported? Or Woud I have to be pushed to hell for eternity :) ?!
Thank you!
--- Gio's Blog http://gioorgi.com
I think you can use hg with github and it will convert it to a git repo.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
https://github.com/isaacs/npm/blob/master/doc/cli/developers.md
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
>
--
Guy Halford-Thompson
Blog - http://www.cach.me/blog
Twitter - https://twitter.com/mrwooster
Google Plus - http://gplus.name/guy
Assuming you already have npm installed so that you can publish your
module, you already have the guide:
$ npm help developers
--
Martin Cooper
> And, will it be a terrible sin to use mercurial instead of git?
> Is mercurial supported? Or Woud I have to be pushed to hell for eternity :)
> ?!
>
> Thank you!
>
> ---
> Gio's Blog http://gioorgi.com
>