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
- Host: GitHub
- URL: https://github.com/engineer2b/ts-common-tools
- Owner: Engineer2B
- License: mit
- Created: 2019-10-10T23:07:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T22:59:57.000Z (over 1 year ago)
- Last Synced: 2025-05-20T16:17:35.245Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ts-common-tools
- Size: 598 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)