express-tool

1.0.6 • Public • Published

express-tool

NOTE: et abbreviation to express-tool

You can run the command in et to be simple. 😊

installation

#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

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

Package Sidebar

Install

npm i express-tool

Weekly Downloads

3

Version

1.0.6

License

(MIT)

Unpacked Size

120 kB

Total Files

40

Last publish

Collaborators

  • the_sabra