I should mention that the CLI tool should support all three kinds of git
protocols.  They are ssh:// (aka g...@github.com:...) git:// and http(s)://
 If one doesn't work for you, but does work with real git, it's a bug.


On Fri, Aug 9, 2013 at 12:13 PM, Tim Caswell <t...@creationix.com> wrote:

> Many of you have already heard about my js-git project, but just last
> night and this morning I finished a node.js version of it as a CLI tool.
>
> If you want to play with a pure JavaScript implementation of git, go to
> your node enabled terminal and type:
>
> > npm install -g js-git-node
>
> And then, assuming all goes well, you have a new CLI tool called `jsgit`.
>  It works somewhat like git, but with vastly fewer features since it's
> still under heavy development.
>
> > jsgit --help
>
>   Usage: jsgit [options] [command]
>
>   Commands:
>
>     clone <url>            Clone a repository into a new directory
>     ls-remote <url>        List remote refs
>     help [cmd]             display help for [cmd]
>
>   Options:
>
>     -h, --help     output usage information
>     -V, --version  output the version number
>
> There are bugs and missing features.  Feel free to test it out and file
> issues.  If the bug is related to how the CLI interaction (command line
> flags) works, file it against <https://github.com/creationix/js-git-node>.
>  If it's an issue with the actual features like a failed clone, file
> against the main repo at <https://github.com/creationix/js-git>
>
> Goals and milestones can be seen at <
> https://gist.github.com/creationix/036c175d18a8a692a89d> and in the issue
> tracker for js-git.
>
> -Tim Caswell
>

-- 
-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to