Skip to content

A boilerplate generator for express app with best practices.

License

Notifications You must be signed in to change notification settings

Mohit21GoJs/generator-express

Repository files navigation

🎉 generator-express ⚡ ⚒️

CircleCI npm version semantic-release dependencies downloads

Features Board

Trello

For using the generator

Pre-requisites

Node(lts) and npm.

⭐ Install yeoman globally using npm i -g yo.

Run generator

🏷️ Install using npm i -g generator-express-boilerplate

🏷️ Run yo express-boilerplate in the desired folder

🏷️ Answer the questions in prompt or pass options from cli.

🏷️ For help in checking available options use command yo express-boilerplate --help

Running the project locally

Pre-requisites

⭐ Node, npm, yeoman(globally installed).

⭐ Yarn npm i -g yarn.

Steps

🏷️ Clone the repo.

🏷️ Install dependencies using yarn install.

🏷️ Run the command yarn build(This will compile the typescript code to es5).

🏷️ Run npm link from root directory of project(This will link the generator to yeoman).

🏷️ Switch to any other folder and run yo express-boilerplate

About

A boilerplate generator for express app with best practices.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published