Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/the-sabra/express-tool
- Owner: the-sabra
- License: mit
- Created: 2023-07-09T23:11:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T00:36:09.000Z (over 1 year ago)
- Last Synced: 2024-11-09T22:40:21.677Z (2 months ago)
- Topics: cli-app, command-line, command-line-tool, ecmascript, express, express-js, expressjs, generator, javascript, node-js, nodejs, npm, npm-package, pnpm, terminal, yarn
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/express-tool
- Size: 877 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
## 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)