Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/the-sabra/express-tool

This CLI tool helps you to create files for Express framework.
https://github.com/the-sabra/express-tool

cli-app command-line command-line-tool ecmascript express express-js expressjs generator javascript node-js nodejs npm npm-package pnpm terminal yarn

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.


explain


## Command Line Options

This generator can also be further configured with the following command line flags.

## new|n [options] [project-name]

- -p, --package 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)