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:
- Generate a token in Dashboard > Settings > Tokens
- Add
LPM_TOKENas an environment variable or secret - Run
lpm setupto configure the@lpm.devscope - Run
npm installas usual
Guides
- CI/CD - GitHub Actions, GitLab CI, Bitbucket Pipelines
- Deployment - Vercel, Netlify, Docker