Getting Started
Learn how to install and use SkeleCLI to generate project scaffolding quickly and efficiently.
Installation
Install SkeleCLI globally to use it from anywhere on your system.
npm install -g skelecli
Quick Start
Create your first project with SkeleCLI in seconds.
npx skelecli
This command will prompt you to select a template and configure your project.
Next Steps
- Explore the available commands
- Learn about the built-in templates
- Contribute to the project on GitHub