A comprehensive gitignore.io SDK and tools ecosystem.
- gitignoreio-sdk - SDK for gitignore.io API
This project uses pnpm workspaces to manage multiple packages.
- Node.js 22.19.0 or higher (see
.node-version) - pnpm 10.0.0 or higher
# Install dependencies
pnpm install
# Build all packages
pnpm run build
# Run tests
pnpm run test
# Run linting
pnpm run lint