generator-vsts
v0.2.6
Published
Generates an app with CI/CD in Visual Studio Team Services
Downloads
19
Maintainers
Readme
generator-vsts
Build status
See it in action
Capabilities
generator-vsts is a Yeoman generator that creates a complete CI/CD pipeline in Visual Studio Team Services for the following languages:
- Java using Tiles and bootstrap
- Node using Pug and bootstrap
- ASP.net Core using Razor and bootstrap
It allows you to deploy to the following platforms:
Requirements
- Visual Studio Team Services Account
- Personal Access Token
- Install Docker Integration on VSTS Account
- Azure Subscription
Install
You can read how to use it at DonovanBrown.com.
To test
npm test
Debug
You can debug the generator using VS Code. You need to update the launch.json. Replace any value in [] with your information. Use npm link from the root folder to load your local version.