@wowon/utils
v0.0.1-alpha.2
Published
A javascript utility library.
Downloads
26
Keywords
Readme
@wowon/utils
A JavaScript utility library.
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