0.6.0 • Published 11 months ago

@kazupon/jts-utils v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@kazupon/jts-utils

npm JSR CI

Opinionated collection of JavaScript / TypeScript utilities by @kazupon

✨ Features

✅️  Modern: ES Modules first 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

# Using npm
npm install @kazupon/jts-utils --save

# Using pnpm
pnpm add @kazupon/jts-utils

# Using yarn
yarn add @kazupon/jts-utils

🦕 Deno

deno add jsr:@kazupon/jts-utils

🥟 Bun

bun add @kazupon/jts-utils

🌍 Browser

in your HTML:

<script type="module">
  /**
   * 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
  // ...
</script>

🙌 Contributing guidelines

If you are interested in contributing to @kazupon/jts-utils, I highly recommend checking out the contributing guidelines here. You'll find all the relevant information such as how to make a PR, how to setup development) etc., there.

©️ License

MIT

0.3.0

1 year ago

0.5.0

11 months ago

0.3.2

1 year ago

0.4.0

12 months ago

0.3.1

1 year ago

0.6.0

11 months ago

0.2.5

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.0

1 year ago