mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
Initial open-source release
This commit is contained in:
commit
1a42152e6f
1199 changed files with 257054 additions and 0 deletions
17
examples/package-artifacts/README.md
Normal file
17
examples/package-artifacts/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Package artifact smoke checks
|
||||
|
||||
The package artifact smoke checks create temporary projects instead of storing
|
||||
sample projects in this directory. Run the checks from `klo/`:
|
||||
|
||||
```bash
|
||||
source .venv/bin/activate
|
||||
pnpm run artifacts:check
|
||||
```
|
||||
|
||||
The npm smoke project installs the generated `@klo/context` and `@klo/cli`
|
||||
tarballs, imports public package entry points, and runs installed `klo`
|
||||
commands against a generated local project.
|
||||
|
||||
The Python smoke project installs `klo-daemon` through the local artifact
|
||||
directory, imports `semantic_layer` and `klo_daemon`, and runs
|
||||
`python -m klo_daemon semantic-validate`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue