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
- Host: GitHub
- URL: https://github.com/huauauaa/lodashike
- Owner: Huauauaa
- Created: 2023-11-26T10:00:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T09:49:05.000Z (over 1 year ago)
- Last Synced: 2023-12-10T10:30:41.612Z (over 1 year ago)
- Topics: java, javadoc, javascript, jsdoc, maven, pydoc, python3, typedoc, typescript
- Language: TypeScript
- Homepage: https://huauauaa.github.io/lodashike/
- Size: 788 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`