typescriptkit
Version:
Basic functionality for TypeScript projects
42 lines (32 loc) • 1.76 kB
Markdown
[//]: # (Header)
<div align="center">
<a href="https://gitlab.com/Marvin-Brouwer/typescriptkit">
<img height="250" width="250" src="https://gitlab.com/Marvin-Brouwer/typescriptkit/raw/master/resource/ts-kit.png" alt="TypeScript Kit">
</a>
</div>
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url]
[![Build Status][build-image]][build-url]
[//]: # (Documentation)
## What is TypeScript Kit?
A typescript library with utilities I caught myself making over and over again.
And that's all
## Installing the library
Simply check out the [NPM Package](https://www.npmjs.com/package/typescriptkit) as a full dependency using:
```Batchfile
npm install --save typescriptkit
```
This library is intended as a TypeScript Library and no warranty is given for plain JavaScript support.
## Using the library
There is no elaborate documentation about how to use the library because it is very small and self explainatory if your intellisense works.
## [Contributing][contributing-url]
[contributing-url]: https://gitlab.com/Marvin-Brouwer/typescriptkit/blob/master/Contributing.md
See the [Contribution guide][contributing-url] for help about contributing to this project.
## [Changelog][changelog-url]
[changelog-url]: https://gitlab.com/Marvin-Brouwer/typescriptkit/blob/master/Changelog.md
See the [Changelog][changelog-url] to see the change history.
[//]: # (Labels)
[downloads-image]: https://img.shields.io/npm/dm/typescriptkit.svg
[npm-url]: https://www.npmjs.com/package/typescriptkit
[npm-image]: https://img.shields.io/npm/v/typescriptkit.svg
[build-url]: https://gitlab.com/Marvin-Brouwer/TypeScriptKit/pipelines
[build-image]: https://gitlab.com/Marvin-Brouwer/TypeScriptKit/badges/master/build.svg