Contributing to the development of docsify-cli
October 17, 2025 ยท View on GitHub
- Fork the repository on Github.
- Clone the repository locally.
- Make your changes to the code.
- Run
npm installandnpm run build. - Run
npm linkwhich creates a symlink and therebydocsifycan be accessed globally. - After each edit, rerun
npm run buildso the new executable would be globally available. - We use commitlint conventional naming rules for our commits, make sure that you follow them.
- Push to Github and open a pull request.