innofinite-cli
v1.0.10
Published
CLI tool to scaffold projects from innofinite template
Downloads
229
Maintainers
Readme
innofinite-cli
A command-line interface tool for scaffolding projects.
Requirements
- Node.js >= 18.0.0
- .NET SDK 10.x (for API projects)
Installation
npm install -g innofinite-cliUsage
Setup GitHub Token
innofinite config set-tokenCreate Projects
# Full-stack project
innofinite full <project-name>
# API project only
innofinite api <project-name>
# Web project only
innofinite web <project-name>
# Use a named template
innofinite full <project-name> --template default
# Pin template version (branch, tag, or commit)
innofinite api <project-name> --ref v1.2.0
# Use cached template only (no network)
innofinite web <project-name> --offlineView Help
innofinite --help
## Templates
```bash
# List templates
innofinite templates list
# Add a new template
innofinite templates add my-template owner/repo
# Set default template
innofinite templates set-default my-template
## License
This project is licensed under the MIT License.