A JavaScript utility library.
Install @ihccc/utils with npm
pnpm i @ihccc/utilsimport { uuid } from '@ihccc/utils'
function foo() {
const id = uuid();
// ...
}Clone the project
git clone https://@ihccc/utilsGo to the project directory
cd utilsInstall dependencies
pnpm installStart the server
pnpm run devTo run tests, run the following command
pnpm run testTo deploy this project run
pnpm run deploy