z0al / handy-gi-cli

The CLI version of https://github.com/z0al/handy-gi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: Not maintained, use ignr instead.

Handy .gitignore generator

Check handy-gi package for the programmatic version

JavaScript Style Guide

Build Status Greenkeeper badge Commitizen friendly npm

A tool that automatically generates a suitable .gitignore file that fits your needs by detecting the directory contents, OS, Text editors and so on ...etc.

It utilizes official GitHub’s collection .gitignore templates.

Installation

$ npm install -g handy-gi-cli

Usage

$ gi --help

  Usage: gi <command> [options]


  Commands:

    ignore <dir>  generate .gitignore file

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Supported templates

Check templates folder to see which of the GitHub's collection templates are currently supported.

License

MIT © Ahmed Tajelsir

About

The CLI version of https://github.com/z0al/handy-gi

License:MIT License


Languages

Language:JavaScript 100.0%