autorest

v2.0.4190
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

cd .. && cd autorest-core && npm run build && cd .. && cd autorest && tsc -p .&& shx mkdir -p ./dist/interfaces && shx cp -r ./interfaces/*.d.ts ./dist/interfaces

static-link

static-link

postinstall

node ./post-install --force

preinstall

node ./preinstall-check

reinstall

shx rm ./package-lock.json && shx rm -rf ./node_modules && npm install

prepack

static-link & npm run build

Metadata

  • MIT
  • >=7.10.0
  • Microsoft Corporation
  • released 11/7/2017

Downloads