autorest

v3.4.0
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/src/app.js

test

jest --watch --coverage=false

test:ci

jest --ci

build

tsc -p tsconfig.build.json

build:prod

webpack

watch

tsc -p tsconfig.build.json --watch

lint:fix

eslint ./src --fix --ext .ts

lint

eslint ./src --ext .ts --max-warnings=0

preinstall

node ./.scripts/preinstall-check

prepack

npm run clean && npm run build:prod

clean

rimraf ./dist

Metadata

  • MIT
  • >=12.0.0
  • Microsoft Corporation
  • released 9/8/2021

Downloads