@keshavsoft/kschema-cli-samples
v1.15.2
Published
only generate samples for kschema npm
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.
