Pidan

A lightweight bash script to initialize a personalized gitignore file for your project.

Intro

Pidan is a lightweight bash script designed to simplify the process of initializing a personalized gitignore file for your project. With Pidan, you can easily generate a customized gitignore file tailored to your specific needs. Whether you’re working on a macOS, Windows, or Linux system, Pidan provides a user-friendly interface for selecting the desired operating system, programming language, framework, and IDE options. By automating the gitignore file setup, Pidan helps ensure that your project repository only includes the relevant files and directories while excluding unnecessary files. Experience hassle-free gitignore file initialization with Pidan.

Installation

curl https://raw.githubusercontent.com/Pidan/pidan/master/pidan | bash

Usage

Usage: pidan <command>...
Commands:
  init      Initialize gitignore file
  upgrade   Check for script upgrade and install the latest version
  info      Show all information about Pidan

Open Source on GitHub