An open API service indexing awesome lists of open source software.

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

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
```