benrandja-akram / create-express-app

A Cli that handles the creation of a basic express App that supports Husky configuration & static analysis tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@phazero/create-express-app · GitHub license

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

CLI screenshot

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

About

A Cli that handles the creation of a basic express App that supports Husky configuration & static analysis tools

License:MIT License


Languages

Language:JavaScript 85.4%Language:TypeScript 13.9%Language:Shell 0.8%