dvinciguerra / gitignore-cli

πŸ›‘ A ruby cli tool that use gitignore.io to generate your gitignore files

Home Page:https://rubygems.org/gems/gitignore-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ›‘ 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.

About

πŸ›‘ A ruby cli tool that use gitignore.io to generate your gitignore files

https://rubygems.org/gems/gitignore-cli

License:MIT License


Languages

Language:Ruby 100.0%