pnpm
, npm
, or yarn
to automatically set up your project’s dependencies..git
directory and other lock files, ensuring a clean and fresh project start.You can install the Nitrokit CLI globally via your terminal.
pnpm install -g nitrokit-cli
or
npm install -g nitrokit-cli
or
yarn global add nitrokit-cli
The CLI provides a single, simple command to get your project up and running.
nitrokit new <project-name>
This command creates a new project directory with the specified name and clones the Nitrokit boilerplate into it.
nitrokit new my-awesome-app
When you run the command, you will be prompted to select your preferred package manager for dependency installation.
The CLI is built with Node.js and uses the following libraries to provide a seamless experience:
We welcome contributions to the Nitrokit CLI! If you have suggestions for new features, bug reports, or improvements, please feel free to open an issue or submit a pull request on our GitHub repository.