Skip to content
Snippets Groups Projects
Commit 5069b1ef authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Docs: Update

parent c5d2e4a8
No related branches found
No related tags found
No related merge requests found
Pipeline #110936 passed
[Link to File](ESLintConvention.md)
\ No newline at end of file
## JS Template
This template includes:
* Typescript template
* Linting using TSLint
* Automatic releases using semantic-release (ESLint Code Convention) and Gitlab CI / CD
* For public registry: Publishing of packages, for usage add the following lines to package.json, uncomment the npm publish module in .releaserc and provide a valid NPM token:
```
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
}
```
* Automatic Unit tests using Mocha
* Automatic documentation publishing using Gitlab CI / CD and a self written script which puts the docs in the docs folder to the wiki
### Links
* [Commit convention](ESLintConvention)
* [Everything possible with markup](testdoc)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment