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