1.2.2 • Published 1 year ago

@phazero/create-express-app v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@phazero/create-express-app · GitHub license

Create express app is a CLI that can generate boiler plate code for setting up an express app.

Installation & Usage

npx @phazero/create-express-app
# or
npm install -g @phazero/create-express-app

Features

Here's a list of options that this CLI supports now

  • --git or -g for initializing the repo with git.
  • --install or -i for installing the default dependecies.
  • --name or -n for the project's folder.
  • --husky or -h for setting up husky to run npm scripts when git hooks are fired.
  • --jest or -j for setting up jest testing library, run npm run test to run your tests.
  • --linters for installing ESlint & Prettier dependecies and setting up ther default configuration.
  • --yes or -y for using the default configuration (note that the default project name is new-project).

Feature requests

Please follow this issue template when creating feature requests.

Issues

Please report any issues throgh this link. and follow the bug report template.

Licenses

MIT

Collaborators

1.2.2

1 year ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago