create-exam-k-app
v0.1.0
Published
Scaffold exam management app projects from bundled templates. Use npx create-exam-k-app@latest.
Maintainers
Readme
create-exam-k-app
This package bundles exam management app project templates so users can scaffold them with:
npx create-exam-k-app@latestIncluded templates:
epms-applms-appscms-appsfms-appsims-appsmartshop-appsrms-appstockhub-sms-app
How it works:
- Templates are stored in
templates/. - Running the CLI lists templates numerically.
- Enter the template number to scaffold that project into the current folder.
Publish steps:
- Update
package.jsonauthorandversionas needed. - Login to npm:
npm login. - From this folder run:
npm publish --access public.
Example usage after publishing:
npx create-exam-k-app@latest