Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 355 Bytes

File metadata and controls

18 lines (14 loc) · 355 Bytes

Barebones generator for Yeoman.

If you don't have yeoman installed:

npm install -g yo

Then install Barebones Generator

npm install -g generator-barebones

Create / Navigate to a folder where you would like to set up your new project and run:

yo barebones projectname