⭐ Node(lts)
and npm
.
⭐ Install yeoman globally using npm i -g yo
.
🏷️ 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
⭐ Node, npm, yeoman(globally installed).
⭐ Yarn npm i -g yarn
.
🏷️ 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