autorest

v3.6.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 --coverage=false --watch

test:unit:ci

jest --ci

test:e2e

jest --forceExit --runInBand --config ./jest.e2e.config.js

test:e2e:ci

jest --ci --forceExit --runInBand --config ./jest.e2e.config.js

test:ci

npm run test:unit:ci && npm run test:e2e: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 ./temp

Metadata

  • MIT
  • >=12.0.0
  • Microsoft Corporation
  • released 3/15/2022

Downloads