Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zambezi/ez-doc
Zambezi style documentation site generator
https://github.com/zambezi/ez-doc
Last synced: 12 days ago
JSON representation
Zambezi style documentation site generator
- Host: GitHub
- URL: https://github.com/zambezi/ez-doc
- Owner: zambezi
- License: mit
- Created: 2015-12-01T10:51:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T10:35:26.000Z (over 8 years ago)
- Last Synced: 2024-11-19T12:58:06.657Z (about 1 month ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ez-doc
======The Zambezi documentation site generator is a command line tool to generate Zambezi style documentation from markdown source files.
Installation
------------Install the CLI tool using npm; either globally or as a local dependency. If you're going to use ez-doc as part of your project build process, it is recommended you install it as a local dependendency:
```sh
npm install --save-dev ez-doc
```Or, if you'd rather have access to ez-doc globally:
```sh
npm install -g ez-doc
```Usage
-----To generate docs, you will need at minimum two files in your project:
- README.md
- SUMMARY.mdThe former is the usual introduction to your project, but the latter – SUMMARY.md – might be new to you. It is the file that lets ez-doc know the structure of your documentation; put a list of links in there, and ez-doc will use this to extract navigation information for your documentation site. For more information, see the section on [building your documentation](man/build.md).
---
[License](LICENSE)