You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lerna is filtering for the `@examples/` prefix in the `name` field.
47
+
48
+
## Development
23
49
24
50
For development, you'd likely want to run:
25
51
@@ -52,15 +78,15 @@ The easiest way to use this locally is using one of the [examples](./examples).
52
78
53
79
#### Typescript
54
80
55
-
All Typescript [examples](./examples/typescript) leverage yarn workspaces to directly reference symlinked packages. If you don't have `./node_modules/.bin` in your `$PATH`, you can use `$(yarn bin)/cdktf` to use the symlinked CLI.
81
+
All Typescript [examples](./examples/typescript) leverage yarn workspaces to directly reference symlinked packages. If you don't have `./node_modules/.bin` in your `$PATH`, you can use `$(yarn bin)/cdktf` to use the symlinked CLI.
56
82
57
83
#### Python
58
84
59
85
For Python [examples](./examples/python), packages are referenced from `./dist`, there's no symlinking possible for live code updates. You'll have to explictly run `yarn package` to create new packages to be referenced in the Pipefile.
60
86
61
87
### Outside of this Monorepo
62
88
63
-
If you want to use the libraries and cli from the repo for local development, you can make use of `yarn link`.
89
+
If you want to use the libraries and cli from the repo for local development, you can make use of `yarn link`.
64
90
65
91
### Setup
66
92
@@ -84,7 +110,7 @@ $ cdktf --version
84
110
85
111
When the version equals `0.0.0` everything worked as expected. If you see another version, try uninstalling `cdktf-cli` with `npm` or `yarn`.
0 commit comments