Skip to content

Commit

Permalink
Add API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-powazka committed Sep 23, 2018
1 parent 22dbff4 commit 06f3ce5
Show file tree
Hide file tree
Showing 11 changed files with 352 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
tests/bin
node_modules
node_modules
docs
207 changes: 207 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"tslint": "^5.11.0",
"typedoc": "^0.12.0",
"typescript": "^3.0.3"
},
"peerDependencies": {
Expand All @@ -30,7 +31,8 @@
"clean": "npm run clean-dist && npm run clean-tests",
"clean-dist": "rimraf dist/**",
"clean-tests": "rimraf tests/bin/**",
"lint": "./node_modules/.bin/tslint src/**/*.ts tests/**/*.ts -t verbose"
"lint": "./node_modules/.bin/tslint src/**/*.ts tests/**/*.ts -t verbose",
"generate-docs": "rimraf docs/** && typedoc --out ./docs --listInvalidSymbolLinks"
},
"author": "Konrad Powązka",
"license": "MIT"
Expand Down
Loading

0 comments on commit 06f3ce5

Please sign in to comment.