Skip to content

This repo includes the automation of creating repos for the storefront-dev org

Notifications You must be signed in to change notification settings

ibm-garage-ref-storefront/storefront-repo-automator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The responsibility of this repository is to dynamically generate a github organization, clone all of the repos' from ibm-garage-ref-storefront github and push them to the new organization that was generated.

  • Create your Github Organization i.e storefront-dev

  • If you will be the only person in the new github organization, then you can run the following script:

    export org={your-github-org-you-created}
    ./run.sh
  • If you have multiple users using the same github organization, you can run the following command, to differentiate the storefront-ms from other users.

    export org={your-github-org-you-created}
    export initials={your-initials}"-"
    ./run.sh

About

This repo includes the automation of creating repos for the storefront-dev org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages