1.0.0 • Published 2 years ago

create-templating-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

create-templating-cli

CLI for generating react/next based templating projects either from default template or any valid project hosted on github.com

create-templating-cli

'create-templating-cli' cli helps in creating skeleton nextjs based rendering template or or any valid project hosted on github.com.

run 'npx create-templating-cli '

Compile

npm run clean && npm run tsc

Debug Application on command line

run 'npm run debug'

Run Application on command line

run 'npm run create' or 'npm run create:dynamic'

node --inspect-brk --experimental-json-modules ./dist-esm/commandar/next-command.js my-next-app --use-npm