# egg-doctools **Repository Path**: mirrors_eggjs/egg-doctools ## Basic Information - **Project Name**: egg-doctools - **Description**: Doctools for Egg.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Doctools · [![GitHub license][license-square]][license-url] [![Egg.js][egg-square]][egg-url] [![NPM Version][npm-square]][npm-url] [![Codecov][codecov-square]][codecov-url] [![Semantic Release][semantic-release-square]][semantic-release-url] [license-square]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square [egg-square]: https://img.shields.io/badge/Awesome-Egg.js-ff69b4.svg?style=flat-square [npm-square]: https://img.shields.io/npm/v/@eggjs/doctools.svg?style=flat-square [semantic-release-square]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square [license-url]: https://github.com/eggjs/egg-doctools/blob/HEAD/LICENSE [egg-url]: https://eggjs.org/ [npm-url]: https://www.npmjs.com/package/@eggjs/doctools [codecov-square]: https://img.shields.io/codecov/c/github/eggjs/egg-doctools.svg?style=flat-square [codecov-url]: https://codecov.io/gh/eggjs/egg-doctools [semantic-release-url]: https://github.com/semantic-release/semantic-release > Doctools for Egg.js ## Install ```sh npm install @eggjs/doctools ``` ## Usage ```bash # help doctools --help # dev doctools dev # build doctools build # deploy doctools deploy ```