@keshavsoft/kschema-api-gen
v1.11.1
Published
CLI to scaffold projects using templates
Maintainers
Readme
@keshavsoft/kschema-cli
CLI to generate projects using templates.
Install
npm install -g @keshavsoft/kschema-cli
or
npx @keshavsoft/kschema-cli init express MyApp
Usage
kschema init [projectName]
Examples
kschema init basic MyApp kschema init express MyServer kschema init express
Templates
basic express
Behavior
- If projectName is provided → folder created with that name
- If not provided → auto name generated
Example auto name: kschema-express-
Output
Creates a new folder with selected template files.
