Introducing ingoreinit - A CLI tool for creating gitignores

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gitignore

    A collection of useful .gitignore templates

  • Let's talk generating .gitignore files - a file every git repo should have. Some tools for scaffolding projects like create-tauri-app or composer create-project initialize .gitignore for you. But what about applications which do not use these? Like when generating new solution in Visual Studio or creating a new Go app. Many developers tend to manually copy the ignore files from their previous projects or go to github/gitignore to get them. In my opinion, this is very tedious and can be achieved in a simpler and faster way - via the CLI.

  • ignoreinit

    A tool for creating .gitignore files from the command line

  • This article briefly introduced the ignoreinit CLI tool for generating .gitignore files conveniently from the commandline. In the future, I would like to enhance the tool to also support .dockerignore files, have more .gitignore repositories available and have the tool available in package managers like snap, apt or chocolatey for smoother installation experience.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • github

    Go library for accessing the GitHub v3 API

  • The tool itself is written in Go, leveraging a library called go-github to fetch gitignores. In the first iteration, it can either download a new gitignore file based on selected language and framework (for now it has to be one of the gitignore files present in the aformentioned github/gitignore repo) or replace existing gitignore by specifying new language and path of the ignore to be replaced.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GitHub Discussion about the recent feed changes becomes 3rd most upvoted ever

    1 project | news.ycombinator.com | 11 Sep 2023
  • Generating an OAuth client using "All" does not allow for creation of auth keys

    2 projects | /r/Tailscale | 20 Jun 2023
  • CLI tool for Markdown's URLs check

    1 project | /r/github | 13 Mar 2023
  • Made a CLI tool for Markdown URL format check in Github repos

    1 project | /r/devops | 12 Mar 2023
  • Should I use GitHub with Unity if I am working by myself?

    7 projects | /r/gamedev | 1 Nov 2022