2.1.0 • Published 7 years ago

generator-bfee-blankrepo v2.1.0

Weekly downloads
5
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-bfee-blankrepo NPM version Build Status Dependency Status Coverage percentage

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

2.1.0

7 years ago

2.0.0

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago