Async tasks library used by autorest and related tools.
Перейти к файлу
Garrett Serack b5fd1df987 update eslint,plugins 2019-08-28 12:57:56 -07:00
.scripts got linter working 2019-08-27 15:44:17 -07:00
.vscode change eslint usage so that --fix works from the cmdline 2019-08-28 10:58:59 -07:00
common update eslint,plugins 2019-08-28 12:57:56 -07:00
libraries update eslint,plugins 2019-08-28 12:57:56 -07:00
.default-eslintrc.yaml update eslint,plugins 2019-08-28 12:57:56 -07:00
.gitattributes using to rush.io 2018-10-03 10:04:34 -07:00
.gitignore cleanup 2018-10-03 10:04:58 -07:00
LICENSE Initial commit 2017-11-10 11:55:00 -08:00
package.json update eslint,plugins 2019-08-28 12:57:56 -07:00
readme.md tweaking readme 2018-10-03 14:18:31 -07:00
rush.json removed tslint, updated typescript 2019-08-27 09:39:34 -07:00
tsconfig.json removed tslint, updated typescript 2019-08-27 09:39:34 -07:00

readme.md

Perks Libraries

Perks are a collection of common libraries that provide useful functionality (originall targeted at the AutoRest project.)

Building

Prerequisites

Install Rush to manage the build process:

  • npm install -g "@microsoft/rush"

Use Rush to install packages

  • rush update

Use Rush to build packages

  • rush rebuild