With NPM:
npm create @peiyanlu/project@latestWith Yarn:
yarn create @peiyanlu/projectWith PNPM:
pnpm create @peiyanlu/projectThen follow the prompts!
You can also directly specify the project name and the target directory handled method you want to use via additional command line options. run:
# npm 7+, extra double-dash is needed:
npm create @peiyanlu/project@latest my-nest-app -- --overwrite
# yarn
yarn create @peiyanlu/project my-nest-app --overwrite
# pnpm
pnpm create @peiyanlu/project my-nest-app --overwrite