1.0.2 • Published 1 month ago

simple-azuredevops-library v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

simple-azuredevops-library

A simple-azuredevops-library Example Package

Installation

Install via NPM:

npm install simple-azuredevops-library

Usage

javascript

var myApp = require("simple-azuredevops-library");

myApp.printMsg(); // print and return " Hello World! " 

TypeScript

import * as myApp from 'simple-azuredevops-library';

myApp.printMsg(); // print and return " Hello World! " 

License

This project is licensed under the terms of the MIT license.

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago