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 [](https://www.npmjs.com/package/axios) [](https://github.com/axios/axios/actions) [](https://coveralls.io/r/mzabriskie/axios) [](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