Skip to content

Commit cb7d42f

Browse files
committed
build: add scripts to generate API document into README.md
1 parent 4fe79a6 commit cb7d42f

File tree

6 files changed

+3513
-134
lines changed

6 files changed

+3513
-134
lines changed

.gitattributes

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Set the repository to show as TypeScript rather than JS in GitHub
2-
*.js linguist-detectable=false
2+
*.js linguist-detectable=false
3+
4+
/CHANGELOG.md linguist-generated
5+
/README.md linguist-generated

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,6 @@ dist
117117

118118
# Compiled code
119119
lib/
120+
121+
# TypeDoc
122+
docs/

0 commit comments

Comments
 (0)