CLI to generate projects using templates.
npm install -g @keshavsoft/kschema-cli
or
npx @keshavsoft/kschema-cli init express MyApp
kschema init [projectName]
kschema init basic MyApp kschema init express MyServer kschema init express
basic express
- If projectName is provided → folder created with that name
- If not provided → auto name generated
Example auto name: kschema-express-
Creates a new folder with selected template files.