https://github.com/nodebb/docgen
Hooks documentation generator for NodeBB
https://github.com/nodebb/docgen
Last synced: 2 months ago
JSON representation
Hooks documentation generator for NodeBB
- Host: GitHub
- URL: https://github.com/nodebb/docgen
- Owner: NodeBB
- Created: 2015-02-18T19:00:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T19:52:11.000Z (over 2 years ago)
- Last Synced: 2025-03-22T15:22:55.534Z (3 months ago)
- Language: JavaScript
- Size: 90.8 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docgen
----------Hooks documentation generator for NodeBB
install
----------```
git clone https://github.com/psychobunny/docgen.git
cd docgen
cp config.sample.json config.json
npm install
```run
----------```
npm start
```as a service
-----------```
git clone [email protected]:NodeBB/NodeBB.wiki.git output
git clone [email protected]:NodeBB/NodeBB.git input
node service.js
```