Commit 8a1939b
committed
docs: Add comprehensive npm package documentation
Added complete guide for using LUMOS with JavaScript/TypeScript via npm.
Changes:
- New guide: guides/npm-package.md (comprehensive npm usage)
- Installation options (global, project, npx)
- CLI usage examples
- Programmatic API reference
- Build tool integration (Vite, Webpack, Rollup, esbuild)
- CI/CD integration (GitHub Actions, GitLab, CircleCI)
- Watch mode implementation
- Monorepo usage (Nx, Turborepo)
- TypeScript configuration
- Comparison with Rust CLI
- Troubleshooting section
- Performance tips
- Complete examples
- Updated: getting-started/installation.md
- Added npm installation as first option
- Clear separation between JS/TS and Rust installation
- Link to detailed npm guide
Resolves getlumos/lumos#62 documentation requirements1 parent 5fe742f commit 8a1939b
File tree
2 files changed
+720
-4
lines changed- src/content/docs
- getting-started
- guides
2 files changed
+720
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
7 | 46 | | |
8 | 47 | | |
9 | 48 | | |
| |||
17 | 56 | | |
18 | 57 | | |
19 | 58 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 59 | + | |
23 | 60 | | |
24 | 61 | | |
25 | 62 | | |
| |||
0 commit comments