2.1.0 • Published 7 years ago
generator-bfee-blankrepo v2.1.0
generator-bfee-blankrepo

Yoeman generator to create a blank starter repo.
Installation
First, install Yeoman and generator-bfee-blankrepo using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-bfee-blankrepo
Then generate your new project:
yo bfee-blankrepo
What this generator is for
This generator takes care of creating a blank git repo with some common files that most projects should begin with. The files included are:
- A README.md
- A LICENSE file
- An .editorconfig file
- A .gitattributes file
- A starter .gitignore file
License
Apache-2.0 © Brennan Fee