generator-tfs
v0.1.1
Published
Generates an app with CI/CD in Team Foundation Server
Downloads
9
Maintainers
Readme
generator-tfs
Build status
See it in action
Capabilities
generator-tfs 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
- Team Foundation Server 2017
- Personal Access Token
- Install Docker Integration on tfs Account
- Azure Subscription
- Node.js
- NPM
- Bower
- Azure PowerShell
- Git
- .NET Core SDK
- .NET Framework 3.5
- Maven
- Java JDK & JRE
- Docker Toolbox
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.