Project scaffolding with Yeoman
Every time I start a new project I go to old projects to review and copy my build steps and linting rules among other things. A good developer would have automated the creation of a new project instead of going back every time. I want to redeem myself so I’m taking a look a Yeoman.
Yeoman is a tool for scaffolding web apps. It basically allows you to create custom reusable app skeletons called generators.
Install
1
npm install -g yo