https://github.com/devigned/azure-manifest
Azure Repo tool manifest of projects in the Azure GitHub Org
https://github.com/devigned/azure-manifest
Last synced: 5 months ago
JSON representation
Azure Repo tool manifest of projects in the Azure GitHub Org
- Host: GitHub
- URL: https://github.com/devigned/azure-manifest
- Owner: devigned
- License: mit
- Created: 2015-09-21T01:57:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T17:14:43.000Z (over 10 years ago)
- Last Synced: 2025-02-06T12:13:10.641Z (over 1 year ago)
- Homepage: https://source.android.com/source/using-repo.html
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Manifest of Projects
Repo manifest of projects for Azure SDKs.
# Getting Started
This will help you get started pulling down the projects using repo. This project contains a set of groups, which
correspond to the languages each of the projects are implemented. For example, java, node, ruby, etc...
## Install Repo
For folks that don't have repo, it can be installed a number of different ways. Here are a few quick links to help you
get started.
- Windows: https://github.com/esrlabs/git-repo
- Mac: `brew install repo`
- Linux: http://source.android.com/source/downloading.html#installing-repo
## Init
The sets of projects can be pulled down all at once or by their individual groups. If init is run without specifying a
group, then the entire set of projects will be sync'd.
- To init for all projects, run `repo init -u https://github.com/devigned/azure-manifest`
- To init for a single group, run `repo init -u https://github.com/devigned/azure-manifest -g `
- Example: `repo init -u https://github.com/devigned/azure-manifest -g java` for the java group.
## Sync
This command will clone the specified init group. Run sync with `repo sync`