1.0.13-870 • Published 7 years ago

vsts-task-starter v1.0.13-870

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

vsts-task-starter

Creates a starting project structure for building a Node.js based Visual Studio Team Services task.

|-- taskName
|    |-- icon.png
|    |-- package.json
|    |-- task.json
|    |-- src
|    |    |-- app.js
|    |    |-- task.js
|    |--test
|    |    |-- taskUnitTest.js

The command also installs Mocha and Istanbul globally for testing and code coverage. Once the task is created you can test the task by running test from the task folder.

npm test

Installation

npm install -g vsts-task-starter

Usage

createtask

Command Line Interface (cli)

Any values not passed in as cli arguments will be prompted for when the command runs.

  • n - name of the task
  • f - friendly name of the task
  • d - description
  • a - author
createtask -n TaskName -f "Task Name" -a "Donovan Brown" -d "My cool task"  
1.0.13-870

7 years ago

1.0.12-869

7 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago