codito / generator-vsts-task

Yeoman generator for visual studio team services task extensions
MIT License
1 stars 1 forks source link

generator-vsts-task 0.1.0

Automation friendly Build/Release tasks generator! Supports node/gulp/mocha/istanbul and powershell/pester out of the box.

Linux Build Status codecov coverage npm

Installation

$ [sudo] npm install generator-vsts-task -g

Usage

$ yo vsts-task

Screencast

asciicast

Contribute

Pull requests or bug reports are most welcome!

Roadmap/todo

License

MIT

Credits

This extension is inspired by following pull request: https://github.com/Microsoft/vsts-extension-samples/pull/26

The source for generator-node was very helpful to understand style and patterns.