A create nest minimum app cli tool.
npm install create-nest-minimumnest new project-name is so complete, we may need a simple and lightweight application.
> Compatibility Note:
> Nest requires Node.js version 20+.
With NPM:
``bash`
npm create nest-minimum@latest
With Yarn:
`bash`
yarn create nest-minimum
With PNPM:
`bash`
pnpm create nest-minimum
Then 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:
`bashnpm 7+, extra double-dash is needed:
npm create nest-minimum@latest my-nest-app -- --overwrite