@keystrokehq/cli 0.1.84 → 0.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ keystroke init --name my-app --dir ./my-app --yes --skip-install
|
|
|
134
134
|
| `--skip-install` | Don't run package manager install |
|
|
135
135
|
| `--pm` | Force npm, pnpm, yarn, or bun |
|
|
136
136
|
|
|
137
|
-
Scaffolded projects include a committed `tsconfig.json` and `package.json` scripts for `lint`, `typecheck`, and `test
|
|
137
|
+
Scaffolded projects include a committed `tsconfig.json` and `package.json` scripts for `lint`, `typecheck`, and `test` (invoking the globally installed `keystroke` binary). Lint config (oxlint) ships in the CLI bundle; projects declare `@types/node`, TypeScript, and vitest in devDependencies — not `@keystrokehq/cli`.
|
|
138
138
|
|
|
139
139
|
### `lint`
|
|
140
140
|
|