@vinkas/base node package
To contribute or run the project locally:
-
Clone the repository:
git clone https://github.com/vinkashq/base-node.git cd base-node -
Install dependencies:
pnpm install
-
Build the package:
pnpm run build
-
Run tests:
pnpm test
pnpm run build- Build the project usingtsup.pnpm test- Run tests usingvitest.pnpm run format- Format code usingprettier.pnpm run typecheck- Run TypeScript type checking without emitting files.
This project is licensed under the MIT License.