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

https://github.com/huauauaa/lodashike

generate docs with github action
https://github.com/huauauaa/lodashike

java javadoc javascript jsdoc maven pydoc python3 typedoc typescript

Last synced: 3 months ago
JSON representation

generate docs with github action

Awesome Lists containing this project

README

        

# lodashike

## doc

### [jsdoc](https://jsdoc.app/)

`jsdoc -c conf.json`

### [typedoc](https://typedoc.org/)

`typedoc --tsconfig typedoc.json --out ./docs/ts`

### pydoc

`python3 -m pydoc -p 1234`

### javadoc

`javadoc -d ./docs/java -encoding utf-8 -charset utf-8 -sourcepath ./java/src/main/java -subpackages com.huauauaa`