An open API service indexing awesome lists of open source software.

https://github.com/engineer2b/ts-common-tools

Package with functionality that can be useful in various projects
https://github.com/engineer2b/ts-common-tools

Last synced: about 1 year ago
JSON representation

Package with functionality that can be useful in various projects

Awesome Lists containing this project

README

          

# ts-common-tools

TypeScript Common Tools is a package with functionality that can be useful in various projects.
It was created by following [this guide](https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c).

## Installation

Install from npm:

```powershell
npm install ts-common-tools --save
```

## Usage

```ts
import {Logger} from "ts-common-tools/build/Utility/Logger";
```

More info on how to consume this package [here](https://github.com/microsoft/TypeScript/issues/8305#issuecomment-254017287).

Check [github](https://github.com/Engineer2B/ts-common-tools/tree/master/src) for available classes.

## License

The MIT License (MIT)