Giter VIP home page Giter VIP logo

generator-tfstask's Introduction

#TFS Task Generator Yeoman generator to scaffold out a custom build or release task for TFS 2015 or Visual Studio Team Services.

##Usage To use this generator you need to have Node.js and Yeoman installed.

Download and install Node.js from the Node.js website.

Once you have Node.js installed, you can install Yeoman using the following:

npm install -g yo

To install this generator, run the following:

npm install -g generator-tfstask

###Scaffolding a new task When you are ready to create a new task, create the root directory for your project and navigate to it in a terminal.

This generator can scaffold a new PowerShell based, or a Node.js based, task. To scaffold a PowerShell based task, use:

yo tfstask

And for Node.js based tasks simply add the --node or -n flag:

yo tasktask --node

Follow the prompts to provide the specifics about your task. When the generator is finished it will have created the following in the project root:

.
+-- README.md
+-- TaskName
|   +-- icon.png
|   +-- task.json
|   +-- TaskName.ps1

###Adding a group You can use the group subgenerator to create a new group and add it to the groups array in your task.json. Run the following from your project root:

yo tfstask:group

###Adding an input You can use the input subgenerator to create a new input and add it to the input array in your task.json. Run the following from your project rot:

yo tfstask:input

##License MIT

generator-tfstask's People

Contributors

heymrcarter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.