0.0
No release in over 3 years
Low commit activity in last 3 years
A Ruby CLI tool that use fantastic gitignore.io to generate .gitignore files to your projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 4.3, >= 4.3.0
~> 1.0, >= 1.0.1
>= 0.20, < 0.23
 Project Readme

🛑 gitignore-cli

Gem Version Maintainability License: MIT

Provides a simple CLI that uses the fantastic gitignore.io tool to generate .gitignore files for your project.

asciicast

Installation

You will need to have ruby >= 2.3, or running on Docker.

$ gem install gitignore-cli

Usage

You can use the following commands:

gitignore list

The command list will return all available environments.

Example:

$ gitignore list

gitignore create

Generates the .gitignore output using an interactive term ui.

$ gitignore create

gitignore generate [environments]

Generates the .gitignore output to stdout using all environments that you choose.

$ gitignore generate ruby vim node > .gitignore

Author

Daniel Vinciguerra daniel.vinciguerra@bivee.com.br

Special Thanks

License

The gem is available as open source under the terms of the MIT License.