1.2.2 • Published 3 years ago
@phazero/create-express-app v1.2.2
@phazero/create-express-app · 
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-appFeatures
Here's a list of options that this CLI supports now
--gitor-gfor initializing the repo with git.--installor-ifor installing the default dependecies.--nameor-nfor the project's folder.--huskyor-hfor setting up husky to runnpm scriptswhen git hooks are fired.--jestor-jfor setting up jest testing library, runnpm run testto run your tests.--lintersfor installingESlint&Prettierdependecies and setting up ther default configuration.--yesor-yfor using the default configuration (note that the default project name isnew-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
- Yacine BENKAIDALI yacinebenkaidali@gmail.com