0.0.1-alpha.2 • Published 5 months ago

@wowon/utils v0.0.1-alpha.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@wowon/utils

A JavaScript utility library.

NPM version NPM downloads

Documentation

Documentation

Installation

Install @wowon/utils with npm

  pnpm i @wowon/utils

Usage/Examples

import { uuid } from '@wowon/utils'

function foo() {
  const id = uuid();
  // ...
}

Run Locally

Clone the project

  git clone https://@wowon/utils

Go to the project directory

  cd utils

Install dependencies

  pnpm install

Start the server

  pnpm run dev

Running Tests

To run tests, run the following command

  pnpm run test

Deployment

To deploy this project run

  pnpm run deploy

License

MIT