autorest

v3.0.6187
The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.
autorest rest swagger

start

node ./dist/app.js

test

mocha ./dist/test

build

npm run before-build && tsc -p .

watch

npm run before-build && tsc -p . --watch

eslint-fix

eslint . --fix --ext .ts

eslint

eslint . --ext .ts

static-link

static-link --force --no-node-modules

preinstall

node ./.scripts/preinstall-check

prepack

npm run static-link && npm run build

clean

rimraf ./dist

before-build

mkdirp ./dist/interfaces && cpy ./interfaces/*.d.ts ./dist/interfaces

Metadata

  • MIT
  • >=10.13.0
  • Microsoft Corporation
  • released 2/25/2020

Downloads