Skip to content

Commit

Permalink
docs(api): add api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 6, 2025
1 parent 4a15022 commit 98a10a3
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npm run lint:licenses && npm test
npm run lint:licenses && npm test
npm run build:docs && git add API.md
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ dist

# Auto generated files
package.json
API.md
CHANGELOG.md
types/
.github/release-please/manifest.json
Expand Down
Loading

0 comments on commit 98a10a3

Please sign in to comment.