express-tool
Version:
This CLI tool helps you to create files for Express framework.
49 lines (31 loc) • 1.1 kB
Markdown
**NOTE:** `et` abbreviation to `express-tool`
You can run the command in `et` to be simple. 😊
```sh
npm install -g express-tool
yarn global add express-tool
pnpm add -g express-tool
```
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>
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.
[](LICENSE.txt)