An open API service indexing awesome lists of open source software.

https://github.com/robertoachar/generator-git-attributes

Yeoman generator for .gitattributes.
https://github.com/robertoachar/generator-git-attributes

gitattributes yeoman yeoman-generator

Last synced: 8 months ago
JSON representation

Yeoman generator for .gitattributes.

Awesome Lists containing this project

README

          

# generator-git-attributes

Generated by [OSS Project Generator](http://bit.ly/generator-oss-project).

[![Travis Status][travis-badge]][travis-url]
[![AppVeyor Status][appveyor-badge]][appveyor-url]
[![CircleCI Status][circleci-badge]][circleci-url]
[![Coveralls Status][coveralls-badge]][coveralls-url]
[![NPM Version][npm-badge]][npm-url]
[![License][license-badge]][license-url]

> Yeoman generator for .gitattributes

Long description.

# Installation

Install package

```bash
$ npm install --save generator-git-attributes
```

# Usage

Say `It works!`

```js
const lib = require('generator-git-attributes');

lib.hello((err, message) => {
if (err) return console.error(err);

console.log(message);
});
```

# Development

* Cloning the repo

```bash
$ git clone https://github.com/robertoachar/generator-git-attributes.git
```

* Installing dependencies

```bash
$ npm install
```

* Running scripts

Action | Usage
--- | ---
Starting development mode | `npm start`
Linting code | `npm run lint`
Running unit tests | `npm run jest`
Running code coverage | `npm run coverage`
Running lint + tests | `npm test`
Sending coverage results to Coveralls.io | `npm run coveralls`

# Author
[Roberto Achar](https://twitter.com/robertoachar)

# License
[MIT](https://github.com/robertoachar/generator-git-attributes/blob/master/LICENSE)

[travis-badge]: https://travis-ci.org/robertoachar/generator-git-attributes.svg?branch=master
[travis-url]: https://travis-ci.org/robertoachar/generator-git-attributes

[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/robertoachar/generator-git-attributes?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/robertoachar/generator-git-attributes

[circleci-badge]: https://circleci.com/gh/robertoachar/generator-git-attributes/tree/master.svg?style=shield
[circleci-url]: https://circleci.com/gh/robertoachar/generator-git-attributes

[coveralls-badge]: https://coveralls.io/repos/github/robertoachar/generator-git-attributes/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/robertoachar/generator-git-attributes?branch=master

[npm-badge]: https://img.shields.io/npm/v/generator-git-attributes.svg
[npm-url]: https://www.npmjs.com/package/generator-git-attributes

[license-badge]: https://img.shields.io/github/license/robertoachar/generator-git-attributes.svg
[license-url]: https://opensource.org/licenses/MIT