Skip to content

Commit

Permalink
docs: updates on workflows
Browse files Browse the repository at this point in the history
Added information on documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Mar 17, 2021
1 parent 52aecdf commit f913d53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -26,6 +26,7 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/ed7702f8cf28917829fa/maintainability)](https://codeclimate.com/github/AlexRogalskiy/typescript-tools/)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/AlexRogalskiy/typescript-tools.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/AlexRogalskiy/typescript-tools/alerts/)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/AlexRogalskiy/typescript-tools.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/AlexRogalskiy/typescript-tools/context:javascript)
[![DeepScan grade](https://deepscan.io/api/teams/11946/projects/16315/branches/347250/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=11946&pid=16315&bid=347250)

[![Renovatebot](https://badgen.net/badge/renovate/enabled/green?cache=300)](https://renovatebot.com/)
[![Dependabot](https://img.shields.io/badge/dependabot-enabled-1f8ceb.svg?style=flat-square)](https://dependabot.com/)
Expand Down
2 changes: 2 additions & 0 deletions lgtm.yml
Expand Up @@ -3,5 +3,7 @@ extraction:
index:
exclude:
- node_modules
- dist
- docs
filters:
- exclude: "**/*.bundle.js"
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -27,7 +27,7 @@
"license:badge-dev": "license-badger --corrections --filteredTypes=weaklyProtective,protective --textTemplate \"License types\n(all devDeps)\" --licenseTypeColor networkProtective=blue,s{white} --allDevelopment -l licenseInfo.json ./badges/licenses-badge-dev.svg",
"license:badges": "npm run license:badge && npm run license:badge-dev",
"remark": "remark -q -f .",
"build:docs": "typedoc --out docs/ts src tools --excludeExternals --tsconfig tsconfig.json",
"docs": "typedoc --out docs/ts src tools --excludeExternals --tsconfig tsconfig.json",
"semantic-release": "semantic-release",
"test:folio": "folio tests/spec/",
"test": "TZ=utc jest",
Expand All @@ -50,6 +50,7 @@
"@types/prettier": "^2.1.5",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"semantic-release": ">=17.2.3",
"axios": "^0.21.1",
"crypto": "^1.0.1",
"dateformat": "^4.5.1",
Expand Down Expand Up @@ -81,7 +82,6 @@
"prettier": "^2.1.2",
"randomcolor": "^0.5.4",
"rimraf": "^3.0.2",
"semantic-release": ">=17.2.3",
"slugify": "^1.4.6",
"ts-jest": "^26.4.4",
"ts-node": ">=9.0.0",
Expand All @@ -106,7 +106,9 @@
},
"keywords": [
"typescript",
"utilities"
"tools",
"utilities",
"types"
],
"maintainers": [
{
Expand Down

0 comments on commit f913d53

Please sign in to comment.