If you want create a Express project using NPM only need to use the next command on you terminal.
npx create-express-jsIf you want create a Express project using Yarn only need to use the next command on you terminal.
yarn create express-jsIf you want create a Express project using PNPM only need to use the next command on you terminal.
pnpm create express-jsMade with ❤️ by Erik Giovani
