Integrations

LPM packages work anywhere npm packages work. The key requirement is providing authentication via the LPM_TOKEN environment variable so automated environments can access your packages.

Setup Pattern

The general pattern for any platform:

  1. Generate a token in Dashboard > Settings > Tokens
  2. Add LPM_TOKEN as an environment variable or secret
  3. Run lpm setup to configure the @lpm.dev scope
  4. Run npm install as usual

Guides

  • CI/CD - GitHub Actions, GitLab CI, Bitbucket Pipelines
  • Deployment - Vercel, Netlify, Docker