We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a18797 commit 2e998baCopy full SHA for 2e998ba
README.md
@@ -8,7 +8,7 @@ You can execute the `create-ts-lib` CLI using [`npx`](https://github.com/zkat/np
8
9
```sh
10
# Use NPX or npm install -g create-ts-lib to install it as a global package
11
-npx create-ts-lib my-typescript-lib
+npx create-ts-lib@latest my-typescript-lib
12
cd my-typescript-lib && npm start
13
```
14
packages/cli/README.md
0 commit comments