Skip to content

IhcccJS/utils

Repository files navigation

@ihccc/utils

A JavaScript utility library.

NPM version NPM downloads dumi

Documentation

Documentation

Installation

Install @ihccc/utils with npm

  pnpm i @ihccc/utils

Usage/Examples

import { uuid } from '@ihccc/utils'

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

Run Locally

Clone the project

  git clone https://@ihccc/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

About

A javascript utility library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published