File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ An interactive setup wizard that scaffolds a `code-pushup.config.ts` file in you
99## Usage
1010
1111``` bash
12- npm init @code-pushup/cli
12+ npx @code-pushup/create- cli
1313```
1414
1515The wizard will prompt you to select plugins and configure their options, then generate a ` code-pushup.config.ts ` file.
@@ -42,23 +42,23 @@ Each plugin exposes its own configuration keys that can be passed as CLI argumen
4242Run interactively (default):
4343
4444``` bash
45- npm init @code-pushup/cli
45+ npx @code-pushup/create- cli
4646```
4747
4848Skip prompts and enable specific plugins:
4949
5050``` bash
51- npm init @code-pushup/cli -y --plugins=eslint,coverage
51+ npx @code-pushup/create- cli -y --plugins=eslint,coverage
5252```
5353
5454Set up a monorepo with GitHub CI integration:
5555
5656``` bash
57- npm init @code-pushup/cli --mode=monorepo --ci=github
57+ npx @code-pushup/create- cli --mode=monorepo --ci=github
5858```
5959
6060Preview the generated config without writing:
6161
6262``` bash
63- npm init @code-pushup/cli -y --dry-run
63+ npx @code-pushup/create- cli -y --dry-run
6464```
You can’t perform that action at this time.
0 commit comments