# Autorest CLI `autorest`

![](https://img.shields.io/npm/v/autorest) ![](https://img.shields.io/npm/v/autorest/next)

The **AutoRest** tool generates client libraries for accessing RESTful web services. Input to _AutoRest_ is a spec that describes the REST API using the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) format.

## Install

```bash
npm install -g autorest
```

## [Usage](docs)

```bash
autorest --help
```

See [docs][docs]

[docs]: https://github.com/Azure/autorest/tree/main/docs

## Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
