2025-04-19 05:37:02 +08:00
|
|
|
Nested package template. Either fill this out with "backend" functionality or create similar packages that you want built separate from the CLI.
|
|
|
|
|
|
|
|
|
|
To use this package from another dependent package in this monorepo:
|
|
|
|
|
|
2025-06-08 05:27:22 +08:00
|
|
|
1. Add `"@gemini-cli/core"` to the dependent package's `package.json`
|
|
|
|
|
1. Import a dependency by calling `import { } from "@gemini-cli/core"`
|