2.0.4 • Published 12 months ago

superexp v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

SuperExp

This is an Express code generation tool that integrates the mustache template engine and express framework, and includes bootstrap using CDN.

Install

npm install -g superexp

Usage

  • Create a project
superexp create ProjectName

If you want to use a local template,you can input -l or --local

superexp create ProjectName -l

If the target already exists and you want to overwrite it, please use -f or --force parameter.

superexp create ProjectName -f
  • View version

You can input superexp -v or superexp --version to get the information of version.

  • Get help Use the -h or --help to obtain which commands are available
superexp -h

If you want to know how to use a subcommand,please use

superexp <command> -h

For example, superexp create -h

Other

There are two ways for this tool to obtain templates: remote and local. For remote, if Git is not installed on the user's device, download the compressed package through the zip instead of using git clone.

You can refer to the README.md file of template to get its usage.

2.0.4

12 months ago

2.0.3

12 months ago

2.0.2

12 months ago

2.0.1

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago