0.1.7 • Published 7 years ago

gino v0.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gino

A CLI tool for convenience. Create gitignore files through the gitignore.io API.

Unlike the current gitignore.io tool, this tool creates the .gitignore file for you. All you need to do is give it options.

Features

  • gi features
  • Automatically create .gitignore file
  • Create .gitignore in a specified directory
  • Check if option exists
  • Autocomplete

Installation

To install gino: npm install gino or yarn install gino

Usage

Give gino options like:

gino node

You can add more options by:

gino node,vim,composer

Also, without commas if you prefer:

gino node vim composer

If you would like to see the list of options available:

gino list

Why not use gi?

gi involves creating the file manually. This doesn't.

In future I would like to add more functionality so we will rarely ever touch our .gitignore file again

Caveats

As it was a quick creation, made from the frustration of constantly typing out gi vim,composer,wordpress >> .gitginore, gino will overwrite your .gitignore file, but I am currently working on resolving this.

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago