Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tglide/ts-utils
Nifty TS utils for your purposes
https://github.com/tglide/ts-utils
Last synced: about 1 month ago
JSON representation
Nifty TS utils for your purposes
- Host: GitHub
- URL: https://github.com/tglide/ts-utils
- Owner: TGlide
- Created: 2022-09-22T12:39:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T13:08:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T01:23:49.027Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 944 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Typescript utils
TS utils I use in my projects, both professional and personal.
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [1. Clone the repo](#1-clone-the-repo)
- [Usage](#usage)
- [TODO](#todo)## Getting Started
To get a local copy up and running follow these simple steps.
### Installation
#### 1. Clone the repo
```sh
git clone https://github.com/tglide/typescript-utils
cd typescript-utils
```## Usage
Copy the scripts you need into your project, and use them 😎
## TODO
- [ ] Add documentation
- [ ] Add tests
- [ ] Make it a npm package