strider-stash

0.1.3 • Public • Published

strider-stash

A provider for strider that integrates with Atlassian Stash to provide easy setup of your projects. It registers webhooks and sets up ssh keys (if you so choose).

Setup

Your Stash instance will need have an Application Link setup. You will also need to create certificates to authenticate with Stash.

Setup the following environment variables;

$ export STASH_API_URL=http://localhost:7990
$ export STASH_CONSUMER_KEY=<consumer-key>
$ export STASH_PEM_FILE=</path/to/pem/file>

Credits

License

The MIT License

Copyright (c) 2015 Greg Reinbach <http://reinbach.com/>

/strider-stash/

    Package Sidebar

    Install

    npm i strider-stash

    Weekly Downloads

    4

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • reinbach