AzureDevOpsDemoGenerator/README.md

34 строки
2.6 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2019-09-20 03:42:12 +03:00
# Azure DevOps Demo Generator
2018-05-17 15:37:21 +03:00
2018-12-20 15:42:36 +03:00
[![Build status](https://vstsdemodata.visualstudio.com/VSTSDemoGenerator/_apis/build/status/VSTSDemoGenerator-Prod)](https://vstsdemodata.visualstudio.com/VSTSDemoGenerator/_build/latest?definitionId=76)
2018-10-05 09:31:07 +03:00
2020-04-15 10:51:58 +03:00
[![Release status](https://vsrm.dev.azure.com/vstsdemodata/_apis/public/Release/badge/89b9b739-9a1c-4739-8aae-6a8a1eb67ee7/2/4)](https://vsrm.dev.azure.com/vstsdemodata/_apis/public/Release/badge/89b9b739-9a1c-4739-8aae-6a8a1eb67ee7/2/4)
2018-05-17 15:37:21 +03:00
## About
2019-09-20 03:42:12 +03:00
The Azure DevOps Demo Generator can create projects in your Azure DevOps organization, prepopulated with template-based content including source code, work items, iterations, service endpoints, build and release definitions, and more!
2018-05-17 15:37:21 +03:00
2019-09-20 03:42:12 +03:00
The original purpose of this system is to simplify working with the [Azure DevOps hands-on-labs](https://www.azuredevopslabs.com), demos and other education material. But it can also be used to drive your ownAzure DevOps automation utilities, provision your own custom templates, or as a reference for using the [Azure DevOps REST APIs](https://docs.microsoft.com/rest/api/azure/devops/).
2018-05-17 15:37:21 +03:00
2019-09-20 03:42:12 +03:00
## Getting Started
2018-05-17 15:37:21 +03:00
2019-09-20 03:42:12 +03:00
The Azure DevOps Demo Generator is a hosted service that you can [access directly](https://azuredevopsdemogenerator.azurewebsites.net/) to create template-based projects, via [API](./docs/Azure-DevOps-Demo-Generator-REST-API-Reference.md) or as a side effect of the related [Azure DevOps hands-on-labs](https://www.azuredevopslabs.com).
2018-05-17 15:37:21 +03:00
2019-09-20 03:42:12 +03:00
The following docs provide additional information:
* [Using the Azure DevOps Demo Generator](./docs/Using-The-Generator.md)
* [Running the Azure DevOps Demo Generator on your local machine](./docs/Local-Development.md)
* [Creating custom templates](./docs/Using-The-Template-Extractor.md)
2019-09-20 03:42:12 +03:00
* [Using the REST APIs](./docs/Azure-DevOps-Demo-Generator-REST-API-Reference.md)
2020-07-30 06:50:42 +03:00
* [Limitations](./docs/Limitations.md)
2019-09-20 03:47:35 +03:00
* [Contributing to this project](./CONTRIBUTING.md)
2020-08-03 16:53:56 +03:00
* [FAQ](./docs/FAQ.md)
2018-05-17 15:37:21 +03:00
2019-09-20 03:42:12 +03:00
## Contributions
2018-05-17 15:37:21 +03:00
2019-09-20 03:42:12 +03:00
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
2018-12-20 15:42:36 +03:00
2019-09-20 03:42:12 +03:00
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
2018-12-20 15:42:36 +03:00
For more information on contributing, please visit the [contributor guide](./CONTRIBUTING.md).
2020-05-19 18:00:39 +03:00