[](https://www.npmjs.com/package/@code-pushup/create-cli) [](https://npmtrends.com/@code-pushup/create-cli) [


A CLI tool to set up Code PushUp in your repository.
To set up Code PushUp, run the following command:
``bash`
npx init @code-pushup/cli
alternatives:
`bash`
npx @code-pushup/create-cli
npm exec @code-pushup/create-cli
It should generate the following output:
`bash
> <ā> Generating @code-pushup/nx-plugin:init
> <ā> Generating @code-pushup/nx-plugin:configuration
CREATE code-pushup.config.ts
``