Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.01 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.01 KB

npm license

gitignore

gitignore is a convenient tool to get gitignore file for your project. It uses gitignore templates from https://github.com/github/gitignore.

How to use

On your terminal:

gitignore <programming language or technology>

Sample:

gitignore node
gitignore android

Requirements

Node >= v6.0

Git

Installation

Install from NPM

npm install -g gitignore-command

Install from source

Clone the repository

git clone https://github.com/ronaldstevanus/gitignore-cli.git

Navigate to the repository directory

cd gitignore-cli

Install

npm install

Make it executable from anywhere

npm link