[nodejs] Re: Node and developing on multiple machines

2012-06-23 Thread Ralphtheninja (Magnus Skog)
I've seen Cloud9 and their services are really cool. However, I'd like to have more control and most of all, absolute control over my editor, e.g. emacs or vim. I'm aware of that they have support for vim, but it the key bindings conflict with the vimium plugin for chrome which bothers me a

[nodejs] Re: Node and developing on multiple machines

2012-06-23 Thread Tim Dickinson
Hello github!! Or get yourself a laptop. Your trying to have the cake and eat it too. -- 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

Re: [nodejs] Re: Node and developing on multiple machines

2012-06-23 Thread Tim Caswell
This is where the package.json file shines. Simply define your app's dependencies in it's package.json. Then on whatever machine you're working, getting the right dependencies is a simple `npm install` away. This also has the added benifit of avoiding dependency issues where project A depends

Re: [nodejs] Re: Node and developing on multiple machines

2012-06-23 Thread Oliver Leics
On Sat, Jun 23, 2012 at 11:35 PM, Tim Caswell t...@creationix.com wrote: If you don't want others seeing your code and don't want to pay for a premium github account, https://bitbucket.org/ Unlimited private repositories Unlimited disk space For free -- Job Board: http://jobs.nodejs.org/

[nodejs] Re: Node and developing on multiple machines

2012-06-22 Thread Tim Dickinson
Look at cloud9, its all web based. On Friday, June 22, 2012 5:52:25 PM UTC-4, Ralphtheninja (Magnus Skog) wrote: Hi, It's very common that I use several machines while developing and those machines might also be in different locations. I have two machines at home and two machines at my