generator-vsts-task

Generator for VSTS task extensions

Usage no npm install needed!

<script type="module">
  import generatorVstsTask from 'https://cdn.skypack.dev/generator-vsts-task';
</script>

README

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.