0.1.0 • Published 8 years ago

generator-vsts-task v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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 Windows 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

  • Add support for existing extension or task directory
  • Add service endpoints support
  • Add template for typescript
  • Support localization
  • Acceptance tests

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.