Skip to content

vinkashq/base-node

Repository files navigation

Node Package

Vinkas Base

npm version ci

@vinkas/base node package

Development Setup

To contribute or run the project locally:

  1. Clone the repository:

    git clone https://github.com/vinkashq/base-node.git
    cd base-node
  2. Install dependencies:

    pnpm install
  3. Build the package:

    pnpm run build
  4. Run tests:

    pnpm test

Available Scripts

  • pnpm run build - Build the project using tsup.
  • pnpm test - Run tests using vitest.
  • pnpm run format - Format code using prettier.
  • pnpm run typecheck - Run TypeScript type checking without emitting files.

License

This project is licensed under the MIT License.