@owloops/claude-powerline 1.6.2 → 1.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/index.js +9 -2835
- package/package.json +1 -2
- package/dist/index.d.ts +0 -17
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -464,6 +464,10 @@ Contributions are welcome! Please feel free to submit issues or pull requests.
|
|
|
464
464
|
|
|
465
465
|
See [CONTRIBUTORS.md](CONTRIBUTORS.md) for people who have contributed outside of GitHub PRs.
|
|
466
466
|
|
|
467
|
+
### Library Usage
|
|
468
|
+
|
|
469
|
+
Claude-powerline is designed as a CLI tool for Claude Code statuslines. While the codebase contains reusable components like `PricingService` and `PowerlineRenderer`, we currently focus on the CLI use case to keep the project simple and maintainable.
|
|
470
|
+
|
|
467
471
|
## License
|
|
468
472
|
|
|
469
473
|
This project is licensed under the [MIT License](LICENSE).
|