0.6.1 • Published 6 years ago

jspm-git v0.6.1

Weekly downloads
355
License
MIT
Repository
github
Last release
6 years ago

jspm-git

NPM version Downloads Build Status Dependency Status

A generic jspm registry for Git Repositories.

jspm-git is based on Guy Bedford's github registry for jspm.

Compatibility

The most recent release of jspm-git is always compatible to the most recent release of jspm. For different jspm releases please have a look on the Jspm Compatibility Wiki to find a compatible jspm-git release.

For all jspm@0.17-beta users, please use the beta version of jspm-git.

npm install jspm-git@beta

Installation

Install the registry globally or locally within your project:

# Global installation
npm install -g jspm-git

# OR local installation
npm install jspm-git --save-dev

Create a new jspm-git registry

jspm registry create mygit jspm-git

Where mygit will be the name of your new git registry.

Configure an existing registry

jspm registry config mygit

Where mygit is the name of your existing registry which you want to configure.

Export & Import registry configurations

Please have a look on the Auto-configuring Registries documentation of jspm.

Usage

Exemplary usage of jspm-git to install a jspm package from a git server located at ssh://username@code.mycompany.com/

# Exemplary registry configuration of mygit
# baseurl: ssh://username@code.mycompany.com/

jspm install mygit:projname/reponame

jspm-git will then try to install the package located at

ssh://username@code.mycompany.com/projname/reponame.git

Troubleshooting

These combinations of jspm and jspm-git are valid

  • global jspm + global jspm-git
  • local jspm + local jspm-git

These combinations of jspm and jspm-git are invalid

  • global jspm + local jspm-git
  • local jspm + global jspm-git

Registry Configurations

Registry configurations for popular Git hosting services

Bitbucket

jspm registry create bitbucket jspm-git
# baseurl: https://bitbucket.org/

jspm install bitbucket:accountname/reponame

If you want to avoid rate limits please use the base URL ssh://git@bitbucket.org/ instead.

Please note that you've to upload your public key to your Bitbucket account or otherwise Bitbucket will refuse the sshconnection. For more details please see official Bitbucket manual Set up SSH for Git

Github

Please use the official github registry that comes along with the jspm-cli

Configuration File

You can find your jspm-git registry configuration in the following locations

  • Linux Systems ~/.jspm/config file
  • Windows %LOCALAPPDATA%/.jspm/config
0.4.7

6 years ago

0.7.0-beta.2

7 years ago

0.6.1

7 years ago

0.7.0-beta.1

8 years ago

0.6.0

8 years ago

0.5.0-beta.7

8 years ago

0.5.0-beta.6

8 years ago

0.4.6

8 years ago

0.5.0-beta.5

8 years ago

0.5.0-beta.4

8 years ago

0.4.5

8 years ago

0.4.4

8 years ago

0.5.0-beta.3

8 years ago

0.5.0-beta.2

8 years ago

0.4.3

8 years ago

0.5.0-beta.1

8 years ago

0.4.2

8 years ago

0.4.1

8 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.3.0-beta.1

9 years ago

0.2.2

9 years ago

0.2.0

9 years ago

0.1.0

10 years ago