@kayonga/create-k-app
v0.1.0
Published
Scaffold projects from bundled templates. Use npx @kayonga/create-k-app@latest.
Readme
create-k-app
This package bundles your project templates so users can scaffold them with:
npx @kayonga/create-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 @kayonga/create-k-app@latestNote: npm will reject the unscoped name
create-k-appbecause it is too similar to an existing package name. Use the scoped package name above instead.
