Installation
Getting started with DevInit CLI is simple. The tool is available as an npm package and should be installed globally to be accessible from any directory.
Prerequisites
Before installing DevInit CLI, ensure you have the following installed:
- Node.js: Version 14.x or higher is recommended.
- npm (comes with Node.js), yarn, or pnpm.
Global Installation
Run the following command in your terminal to install DevInit CLI globally:
npm
yarn
pnpm
npm install -g devinit-cli
yarn global add devinit-cli
pnpm add -g devinit-cli
Verify Installation
Once the installation is complete, you can verify it by checking the version or running the help command (coming soon):
devinit --version
If the command is recognized, you are ready to start scaffolding your next big project!
Update Regularly
Keep your CLI up to date to get the latest stack templates and features:
npm update -g devinit-cli