cli-web-scaffold
v0.0.23
Published
``` npm install -g cli-web-scaffold ```
Readme
Installation
npm install -g cli-web-scaffoldUsage
Generate Project
npx cli-web-scaffold -p Project-Name -t next-with-adminGenerate Config
npx cli-web-scaffold -gInteractive
npx cli-web-scaffold -iShortcut
-n, -name: The name for model and service.
-f, -front: Use this flag to put service on frontSdk.
-b, -back: Use this flag to put service on backSdk.
-s, -shared: Use this flag to put service on sharedSdk.
npx cli-web-scaffold -n Test -f -b