These documentation templates are provided as a starting point for your CLI documentation. It's recommended to move these files accordingly, nevertheless it's strongly encouraged to keep a concise documentation structure, keeping the README.md simple, concise, and store the more detailed documentation in the docs folder.
It includes the following files:
README.mdwith a standard structure for a CLI repository.INSTALLATION.mdfile with the installation instructions for your CLI.CONTRIBUTING.mdfile with the instructions for contributing to your CLI.CODE_OF_CONDUCT.mdfile with the code of conduct for your CLI.LICENSE.mdfile with the license for your CLI.
NOTE: It's recommended to move these files accordingly. However, normally a patter where the most detailed documentation is stored in the
docsfolder is used.
Currently, these are the templates available:
| Name | Description |
|---|---|
| CODE_OF_CONDUCT.md | Code of conduct for your CLI. |
| CONTRIBUTING.md | Contributing to your CLI. |
| INSTALLATION.md | Installation instructions. |
| LICENSE.md | License for your CLI. Ensure you're aware about the different type of licenses. |
| README.md | README for your CLI. |