create-awesome-node-app
v0.4.24
Published
Command line tool to create Node apps with a lot of different templates and extensions.
Downloads
32
Readme
🔥 Powerful tool to scaffold your application choosing between different templates and extensions for Web apps, Web Extensions, Monorepos, and more! ✨
⚙️ Requirements
To use create-awesome-node-app
, you need to have the following requirements:
- Node.js 18: We recommend using
fnm
to manage your Node.js versions. Installfnm
and set the Node.js version to the latest 18 version:
fnm use 18
🌟 Creating an app
- With NPM:
npm create awesome-node-app@latest
- With Yarn:
yarn create awesome-node-app
- With PNPM:
pnpm create awesome-node-app