New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-git-attributes

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-git-attributes

Yeoman generator for .gitattributes

latest
Source
npmnpm
Version
1.0.0-alpha
Version published
Maintainers
1
Created
Source

generator-git-attributes

Generated by OSS Project Generator.

Travis Status AppVeyor Status CircleCI Status Coveralls Status NPM Version License

Yeoman generator for .gitattributes

Long description.

Installation

Install package

$ npm install --save generator-git-attributes

Usage

Say It works!

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

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

  console.log(message);
});

Development

  • Cloning the repo
$ git clone https://github.com/robertoachar/generator-git-attributes.git
  • Installing dependencies
$ npm install
  • Running scripts
ActionUsage
Starting development modenpm start
Linting codenpm run lint
Running unit testsnpm run jest
Running code coveragenpm run coverage
Running lint + testsnpm test
Sending coverage results to Coveralls.ionpm run coveralls

Author

Roberto Achar

License

MIT

Keywords

node-js

FAQs

Package last updated on 09 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts