https://github.com/touchifyapp/vsts-typings
Typings build task for Visual Studio Team Services.
https://github.com/touchifyapp/vsts-typings
Last synced: 8 months ago
JSON representation
Typings build task for Visual Studio Team Services.
- Host: GitHub
- URL: https://github.com/touchifyapp/vsts-typings
- Owner: touchifyapp
- License: mit
- Created: 2016-04-13T19:52:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T14:49:21.000Z (about 10 years ago)
- Last Synced: 2025-03-16T11:44:35.506Z (about 1 year ago)
- Language: JavaScript
- Size: 186 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typings for Visual Studio Team Services [](https://travis-ci.org/touchifyapp/vsts-typings)
[Typings](https://github.com/typings/typings) build task for [Visual Studio Team Services](https://www.visualstudio.com/fr-fr/products/visual-studio-team-services-vs.aspx).
## Installation
Installation can be done using [Visual Studio MarketPlace](https://marketplace.visualstudio.com/items?itemName=touchify.vsts-typings).
## Usage
Add the task to your build configuration:

_(Optional)_. Select `command` to execute in Typings. (Defaults to `install`).

_(Optional)_. Set advanced settings.

## Options
* __Command__: Command to execute. _Default:_ `install`.
* __Arguments__: Additional arguments passed to Typings.
* __Typings JSON Path__: Relative path to `typings.json` file. _Default:_ `typings.json`.
* __Typings CLI__: _Optional._ Typings runtime to run. When agent can't find this Typings runtime nor global installed one, it will install Typings globally before run (slower). _Default:_ `node_modules/typings/dist/bin.js`.
## License
[MIT](https://raw.githubusercontent.com/touchifyapp/vsts-typings/master/LICENSE)