2024-09-22 02:38:13 -04:00
|
|
|
<!-- Header -->
|
|
|
|
<div id="top" align="center">
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<!-- Logo -->
|
|
|
|
<img src="https://git.zakscode.com/repo-avatars/77dbab78e5fb3302dc9e751c4d6315a64df8d3a714d5cd5719b0dc39e6619119" alt="Logo" width="200" height="200">
|
|
|
|
|
|
|
|
<!-- Title -->
|
|
|
|
### @ztimson/utils
|
|
|
|
|
|
|
|
<!-- Description -->
|
|
|
|
Javascript/Typescript Utilities
|
|
|
|
|
|
|
|
<!-- Repo badges -->
|
|
|
|
[![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/utils/tags&query=$[0].name)](https://git.zakscode.com/ztimson/utils/tags)
|
|
|
|
[![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/utils&query=open_pr_counter)](https://git.zakscode.com/ztimson/utils/pulls)
|
|
|
|
[![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/utils&query=open_issues_count)](https://git.zakscode.com/ztimson/utils/issues)
|
|
|
|
|
|
|
|
<!-- Links -->
|
|
|
|
|
|
|
|
---
|
|
|
|
<div>
|
2024-10-01 15:44:49 -04:00
|
|
|
<a href="https://utils.docs.zakscode.com" target="_blank">Documentation</a>
|
2024-09-22 02:50:26 -04:00
|
|
|
• <a href="https://git.zakscode.com/ztimson/utils/releases" target="_blank">Release Notes</a>
|
|
|
|
• <a href="https://git.zakscode.com/ztimson/utils/issues/new?template=.github%2fissue_template%2fbug.md" target="_blank">Report a Bug</a>
|
|
|
|
• <a href="https://git.zakscode.com/ztimson/utils/issues/new?template=.github%2fissue_template%2fenhancement.md" target="_blank">Request a Feature</a>
|
2024-09-22 02:38:13 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
---
|
|
|
|
</div>
|
|
|
|
|
|
|
|
## Table of Contents
|
|
|
|
- [@ztimson/utils](#top)
|
|
|
|
- [About](#about)
|
|
|
|
- [Built With](#built-with)
|
|
|
|
- [Setup](#setup)
|
|
|
|
- [Production](#production)
|
|
|
|
- [Development](#development)
|
2024-10-01 15:44:49 -04:00
|
|
|
- [Documentation](https://utils.docs.zakscode.com/)
|
2024-09-22 02:38:13 -04:00
|
|
|
- [License](#license)
|
|
|
|
|
|
|
|
## About
|
|
|
|
|
|
|
|
A collection of utilities to make life a little easier
|
|
|
|
|
|
|
|
### Built With
|
|
|
|
[![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://typescriptlang.org/)
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>
|
|
|
|
<h3 id="production" style="display: inline">
|
|
|
|
Production
|
|
|
|
</h3>
|
|
|
|
</summary>
|
|
|
|
|
|
|
|
#### Prerequisites
|
|
|
|
- [Node.js](https://nodejs.org/en/download)
|
|
|
|
|
|
|
|
#### Instructions
|
|
|
|
1. Install persist: `npm i @ztimosn/utils`
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>
|
|
|
|
<h3 id="development" style="display: inline">
|
|
|
|
Development
|
|
|
|
</h3>
|
|
|
|
</summary>
|
|
|
|
|
|
|
|
#### Prerequisites
|
|
|
|
- [Node.js](https://nodejs.org/en/download)
|
|
|
|
|
|
|
|
#### Instructions
|
|
|
|
1. Install the dependencies: `npm i`
|
|
|
|
2. Build library: `npm build`
|
|
|
|
3. Run unit tests: `npm test`
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2024-10-01 15:44:49 -04:00
|
|
|
[Available Here](https://utils.docs.zakscode.com/)
|
2024-09-22 02:38:13 -04:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Copyright © 2023 Zakary Timson | Available under MIT Licensing
|
|
|
|
|
|
|
|
See the [license](_media/LICENSE) for more information.
|