Skip to content

Commit eba8aea

Browse files
committed
docs: readme
1 parent b809167 commit eba8aea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/cli/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ pnpm codama init
2020

2121
You will be prompted for the path of your IDL and asked to select any script presets you would like to use.
2222

23+
To initialize a [gill based Codama](https://gill.site/docs/guides/codama) configuration file, run the `init` command with the `--gill` flag like so:
24+
25+
```sh
26+
pnpm codama init --gill
27+
```
28+
2329
## `codama run`
2430

2531
Once you have your codama config file, you can run your Codama scripts using the `codama run` command as follows:

0 commit comments

Comments
 (0)