0.5.0-rc.8 • Published 3 days ago

genkit v0.5.0-rc.8

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
3 days ago

Genkit CLI.

Right now this is just scaffolding. To build,

pnpm i
pnpm build

After executing npm link, the genkit binary will be in your local path. Call genkit example to see the example.

We're following a slightly different architecture from Firebase Tools. For commands, Firebase Tools relies on node require() calls to dynamically load code. This is discouraged (in fact, disabled per our TSLint) so instead all files (and thus all commands) need to be directly referenced from something in the tree of imports. See src/cli.ts.

0.5.0-rc.8

3 days ago

0.5.0-rc.7

4 days ago

0.5.0-rc.6

5 days ago

0.5.0-rc.5

15 days ago

0.5.0-rc.4

16 days ago

0.5.0-rc.3

18 days ago

0.5.0-rc.2

29 days ago

0.5.0-rc.1

29 days ago

0.5.0-rc.0

1 month ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago