Skip to content

Commit

Permalink
add TypeDoc to project
Browse files Browse the repository at this point in the history
TypeDoc will generate a documentation site which we can publish to github pages.
  • Loading branch information
akash1810 committed Jan 15, 2021
1 parent 4074e25 commit c5e61fd
Show file tree
Hide file tree
Showing 7 changed files with 675 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated / builds
lib
target

# IDEs
.idea
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ find useful scripts within the [`script`](./script) directory for common tasks.

- `./script/setup` to install dependencies
- `./script/start` to run the Jest unit tests in watch mode
- `./script/docs` to generate documentation and view in the browser
- `./script/lint` to lint the code using ESLint
- `./script/test` to run the Jest unit tests
- `./script/build` to compile TypeScript to JS
Expand Down
Loading

0 comments on commit c5e61fd

Please sign in to comment.