https://github.com/kazupon/jts-utils
Opinionated collection of JavaScript / TypeScript utilities by @kazupon
https://github.com/kazupon/jts-utils
javascript js ts typescript utilities utils
Last synced: 5 months ago
JSON representation
Opinionated collection of JavaScript / TypeScript utilities by @kazupon
- Host: GitHub
- URL: https://github.com/kazupon/jts-utils
- Owner: kazupon
- License: mit
- Created: 2024-08-24T10:11:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T03:51:51.000Z (8 months ago)
- Last Synced: 2025-05-06T04:33:02.985Z (8 months ago)
- Topics: javascript, js, ts, typescript, utilities, utils
- Language: TypeScript
- Homepage:
- Size: 386 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @kazupon/jts-utils
[![npm][npm-src]][npm-href]
[![JSR][jsr-src]][jsr-href]
[![CI][ci-src]][ci-href]
Opinionated collection of JavaScript / TypeScript utilities by @kazupon
## ✨ Features
- ✅️ **Modern:** ES Modules and respect Web Standard
- ✅️️ **Minimal:** Small and fully tree-shakable
- ✅️️ **Type Strong:** Written in TypeScript, with full JSdoc
- ✅️️ **Universal Runtime:** Support Browser, Node.js, Deno, Bun and other!
## 💿 Installation
### 🐢 Node.js
```sh
# Using npm
npm install @kazupon/jts-utils --save
# Using pnpm
pnpm add @kazupon/jts-utils
# Using yarn
yarn add @kazupon/jts-utils
```
### 🦕 Deno
```sh
deno add jsr:@kazupon/jts-utils
```
### 🥟 Bun
```sh
bun add @kazupon/jts-utils
```
### 🌍 Browser
in your HTML:
```html
/**
* you can install via other CDN URL such as skypack,
* or, you can also use import maps
*/
import { pascalize } from 'https://esm.sh/@kazupon/jts-utils'
// something todo
// ...
```
## 🙌 Contributing guidelines
If you are interested in contributing to `@kazupon/jts-utils`, I highly recommend checking out [the contributing guidelines](/CONTRIBUTING.md) here. You'll find all the relevant information such as [how to make a PR](/CONTRIBUTING.md#pull-request-guidelines), [how to setup development](/CONTRIBUTING.md#development-setup)) etc., there.
## ©️ License
[MIT](http://opensource.org/licenses/MIT)
[npm-src]: https://img.shields.io/npm/v/@kazupon/jts-utils?style=flat
[npm-href]: https://npmjs.com/package/@kazupon/jts-utils
[jsr-src]: https://jsr.io/badges/@kazupon/jts-utils
[jsr-href]: https://jsr.io/@kazupon/jts-utils
[ci-src]: https://github.com/kazupon/jts-utils/actions/workflows/ci.yml/badge.svg
[ci-href]: https://github.com/kazupon/jts-utils/actions/workflows/ci.yml
[npm-downloads-src]: https://img.shields.io/npm/dm/@kazupon/jts-utils?style=flat
[npm-downloads-href]: https://npmjs.com/package/@kazupon/jts-utils