Create express app is a CLI that can generate boiler plate code for setting up an express app.
npx @phazero/create-express-app
# or
npm install -g @phazero/create-express-app
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 runnpm scripts
when git hooks are fired.--jest
or-j
for setting up jest testing library, runnpm run test
to run your tests.--linters
for installingESlint
&Prettier
dependecies and setting up ther default configuration.--yes
or-y
for using the default configuration (note that the default project name isnew-project
).
Please follow this issue template when creating feature requests.
Please report any issues throgh this link. and follow the bug report template.
MIT
- Yacine BENKAIDALI [email protected]