ReadmeGen3 free · $9/mo unlimited

README in seconds

Paste any GitHub repo URL. AI analyses the codebase and writes a professional README.md. Edit and download.

See it in action

Repo structure → polished README

Paste any GitHub URL and get output like this in seconds.

axios/axios — file tree
axios/axios
├── lib/
│   ├── axios.js
│   ├── core/
│   │   ├── Axios.js
│   │   ├── AxiosError.js
│   │   ├── dispatchRequest.js
│   │   └── settle.js
│   ├── adapters/
│   │   ├── http.js
│   │   └── xhr.js
│   ├── helpers/
│   │   ├── buildURL.js
│   │   ├── mergeConfig.js
│   │   └── normalizeHeaderName.js
│   └── defaults/
│       └── index.js
├── test/
│   ├── unit/
│   └── specs/
├── package.json
├── tsconfig.json
├── rollup.config.js
└── CHANGELOG.md
README.mdAI generated
# axios

[![npm version](https://img.shields.io/npm/v/axios.svg)](https://www.npmjs.com/package/axios)
[![Build Status](https://img.shields.io/github/actions/workflow/status/axios/axios/ci.yml)](https://github.com/axios/axios/actions)
[![Coverage](https://img.shields.io/coveralls/mzabriskie/axios.svg)](https://coveralls.io/r/mzabriskie/axios)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Promise-based HTTP client for the browser and Node.js with an elegant API and automatic JSON handling.

## Features

- Make XMLHttpRequests from the browser and HTTP requests from Node.js
- Supports the Promise API
- Intercept request and response
- Transform request and response data
- Cancel requests
- Automatic JSON data serialization/deseri

3 free generations remaining