A comprehensive JavaScript utility library with various helper functions.
- wy-helper - Core JavaScript utilities and helper functions
- wy-dom-helper - DOM manipulation utilities and web helpers
This project is part of a pseudo monorepo setup. To contribute:
-
Clone the pseudo monorepo:
git clone https://github.com/wy2010344/es-pseudo-monorepo.git cd es-pseudo-monorepo -
Clone this project into the packages directory:
cd packages git clone https://github.com/wy2010344/wy-helper.git cd wy-helper
-
Install dependencies from the monorepo root:
cd ../.. pnpm install -
Build and test:
cd packages/wy-helper pnpm run build pnpm run lint:check pnpm run type-check
Generate API documentation:
pnpm run docsServe documentation locally:
pnpm run docs:serveThe documentation will be available at http://localhost:8080