| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An all-in-one script for effortlessly creating an Express app with TypeScript, ESlint, Prettier, and Husky pre-configured — uses zx command-line tool.
wget -O $HOME/.local/bin/express-generator https://raw.githubusercontent.com/bertdida/express-generator/main/express-generatorchmod +x $HOME/.local/bin/express-generatorAdd $HOME/.local/bin to your path.
To generate a new Express.js application, navigate to the directory where you want to create the app and run the following command:
express-generator app| Back | FazBrowse Home | New Git URL |