Skip to content

A command line interface to get gitignore file for your project

License

Notifications You must be signed in to change notification settings

ronaldstevanus/gitignore-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm license

gitignore

gitignore is a convenient tool to get gitignore file for your project. It uses gitignore templates from https:/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:/ronaldstevanus/gitignore-cli.git

Navigate to the repository directory

cd gitignore-cli

Install

npm install

Make it executable from anywhere

npm link

About

A command line interface to get gitignore file for your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published