Skip to content

Silk CLI Installation Guide 🚀 ​

Prerequisites ​

  • Node.js (version 20.0.0 or higher)
  • npm (Node Package Manager)
  • Git

Installation Methods ​

bash
# Install globally using npm
npm install -g https://github.com/silk-a-i/cli

2. Local Project Installation ​

bash
# Navigate to your project directory
cd your-project

# Install as a dev dependency
npm install --save-dev https://github.com/silk-a-i/cli

Verification ​

After installation, verify the setup:

bash
# Check Silk CLI version
silk --version

Support ​

For issues or questions, please open a GitHub issue