Skip to content

A nodejs command line utility that allows you to clone some or all repos within a Stash project.

License

Notifications You must be signed in to change notification settings

colinmutter/stash-clone-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone Project (for Stash)

Command line utility to bulk-clone repos from Atlassian's Stash.

stash-clone-project screenshot

About

This is a simple nodejs script to tap into the Stash API to allow you to clone one or more repos from a project. This is handy when you have projects with a large number of co-dependent repositories and just want to clone them all quickly.

Config

To get started fill out the config.json file

{
  "user": "your stash username",
  "host": "yout stash host",
  "https": false,
  "ssh": "git+ssh username (optional)"
}

Clone!

npm install
node index.js

About

A nodejs command line utility that allows you to clone some or all repos within a Stash project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published