Jansi

Get the latest source code

Source Repository

Jansi stores its source code in a Git repository hosted on github at this location:

If you are new to Git you might like to try the Git guide for subversion users or have a look at the Git community book.

How to Checkout

Read only access to the repository is available at the following URL:

  • git://github.com/fusesource/jansi.git

You must first install a Git client. Then you clone the repository using the following:

  git clone git://github.com/fusesource/jansi.git
  cd jansi

Now you probably want to try build the Jansi code

Committer access

Project members can push to the repository using the following URL:

  • git@github.com:fusesources/jansi.git

You must first install a Git client. Then you clone the repository using the Git URL:

  git clone git@github.com:fusesources/jansi.git
  cd jansi

Contributing patches

If you are not yet a committer but want to contribute some patch (we love contributions!) here's how you can submit patches

We gladly accept patches if you can find ways to improve, tune or fix Jansi in some way.

Submitting patches

The easiest way to submit a patch is to create a new issue at our Issue Tracker, and provide a Github pull request so that we can review it.

Next steps

Once you have checked out the code try following