All Projects → TejasQ → Add Gitignore

TejasQ / Add Gitignore

Licence: mit
An interactive CLI tool that adds a .gitignore to your projects.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Add Gitignore

Ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
Stars: ✭ 28,564 (+6016.49%)
Mutual labels:  cli, gitignore
Qoa
Minimal interactive command-line prompts
Stars: ✭ 2,007 (+329.76%)
Mutual labels:  cli, interactive
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-96.36%)
Mutual labels:  cli, gitignore
Pizza Cli
🍕 Order a pizza in a CLI app (just for fun!)
Stars: ✭ 58 (-87.58%)
Mutual labels:  cli, interactive
Ink
🌈 React for interactive command-line apps
Stars: ✭ 17,505 (+3648.39%)
Mutual labels:  cli, interactive
Bit
Bit is a modern Git CLI
Stars: ✭ 5,723 (+1125.48%)
Mutual labels:  cli, interactive
Gitignore It
📃 A CLI to generate .gitignore files
Stars: ✭ 132 (-71.73%)
Mutual labels:  cli, gitignore
Vorpal
Node's framework for interactive CLIs
Stars: ✭ 5,489 (+1075.37%)
Mutual labels:  cli, interactive
Npm Upgrade
Interactive CLI utility to easily update outdated NPM dependencies
Stars: ✭ 245 (-47.54%)
Mutual labels:  cli, interactive
Survey
A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
Stars: ✭ 2,843 (+508.78%)
Mutual labels:  cli, interactive
Sharprompt
Interactive command line interface toolkit for C#
Stars: ✭ 197 (-57.82%)
Mutual labels:  cli, interactive
Php Console
🖥 PHP CLI application library, provide console argument parse, console controller/command run, color style, user interactive, format information show and more. 功能全面的PHP命令行应用库。提供控制台参数解析, 命令运行,颜色风格输出, 用户信息交互, 特殊格式信息显示
Stars: ✭ 310 (-33.62%)
Mutual labels:  cli, interactive
Bullet
🚅 Interactive prompts made simple. Build a prompt like stacking blocks.
Stars: ✭ 3,257 (+597.43%)
Mutual labels:  cli, interactive
Go Prompt
Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Stars: ✭ 4,255 (+811.13%)
Mutual labels:  cli, interactive
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (-3.64%)
Mutual labels:  cli
Xcodegen
A Swift command line tool for generating your Xcode project
Stars: ✭ 5,032 (+977.52%)
Mutual labels:  cli
Awesome Shell
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Stars: ✭ 22,631 (+4746.04%)
Mutual labels:  cli
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+5132.76%)
Mutual labels:  cli
Docker Debug
use new container attach on already container go on debug
Stars: ✭ 463 (-0.86%)
Mutual labels:  cli
Toot
toot - Mastodon CLI & TUI
Stars: ✭ 455 (-2.57%)
Mutual labels:  cli

add-gitignore

This tiny CLI script that generates a .gitignore file for your projects.

add-gitignore demo

Usage

You'll want to make sure you have NodeJS installed on your computer. Then, setup is as simple as:

  • npx add-gitignore

If you've got an older version of node that doesn't yet have npx, here's a more traditional setup:

  • npm i -g add-gitignore
  • add-gitignore macOS Emacs node # or whatever you need

Alternatively, running just add-gitignore gives you a nice multi-select interface from which you can choose what to ignore, and using the --help flag helps you out.

Special Thanks

I hope this makes your life easier.

Made with ❤️.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].