NOTE: et abbreviation to express-tool
You can run the command in et to be simple. 😊
#npm
npm install -g express-tool
#yarn
yarn global add express-tool
#pnpm
pnpm add -g express-toolgo to the directory you need to generate the project and execute this command
et newAnd go through the options.
This generator can also be further configured with the following command line flags.
-
-p, --package <type> to choose package manager you use -
-js, --javascript to create a project using JavaScript -
-ts, --typescript to create a project using TypeScript -
-js -mjs [project-name] option make js with ECMAScript Module.
