UNPKG

express-tool

Version:

This CLI tool helps you to create files for Express framework.

49 lines (31 loc) 1.1 kB
# express-tool **NOTE:** `et` abbreviation to `express-tool` You can run the command in `et` to be simple. 😊 ## installation ```sh #npm npm install -g express-tool #yarn yarn global add express-tool #pnpm pnpm add -g express-tool ``` ## Quick start go to the directory you need to generate the project and execute this command ```bash et new ``` And go through the options. <p align="center" > <img alt="explain" src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMHcxbXBwd3d3NW0xeG03Y2NwMnliemswa2VrYTd5anltOHp5NGhociZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/kitDmczii7YcQnrGfb/giphy.gif"> <br/> </p> ## Command Line Options This generator can also be further configured with the following command line flags. ## new|n [options] [project-name] - -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. ## License [MIT](LICENSE.txt)