j-nas / Ignarly

Simple command line tool to generate .gitignore files from Github's templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignarly

A simple command line tool to quickly generate a .gitignore file, using Github's gitignore templates.

Installation and usage

  1. dotnet tool install -g Ignarly
  2. ignarly

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Roadmap

  • filter selection menu
  • overwrite protection
  • error handling
  • standalone package for homebrew/AUR/apt etc.
  • command line arguments
  • add tests
  • change output file name/directory
  • add global and community subdirectories
  • option to strip comments/empty lines
  • option to append to existing .gitignore file
  • select multiple templates/merge duplicates
  • user templates
  • fuzzy search for command line arguments

About

Simple command line tool to generate .gitignore files from Github's templates

License:MIT License


Languages

Language:C# 100.0%