**feat(cli, scripts): introduce CLI package and automated publishing process**
- Added a new `@soulcraft/brainy-cli` package to provide a dedicated CLI interface for the Brainy database. - Implemented a CLI wrapper script (`cli-wrapper.js`) to manage global package execution and version handling. - Introduced `scripts/publish-cli.js` to automate synchronized publishing of the main package and CLI, ensuring version consistency. - Created documentation for CLI usage and publishing workflow (`publishing-cli.md`). - Updated `package.json` to include CLI-related build and deploy scripts. - Adjusted `README.md` to document the CLI package, usage instructions, and build separation. This feature introduces a standalone CLI package, improves deployment automation, and enhances documentation to align with the updated architecture.
This commit is contained in:
parent
97839c6ada
commit
7e3e6654a9
11 changed files with 417 additions and 22 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -46,3 +46,7 @@ Thumbs.db
|
|||
# Test files
|
||||
/test-worker.js
|
||||
/test-node24-worker.js
|
||||
|
||||
# Generated files
|
||||
/encoded-image.html
|
||||
/encoded-image.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue