All Projects → aswinkarthik → gitignore.cli

aswinkarthik / gitignore.cli

Licence: WTFPL License
A commandline tool to create gitignore files

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gitignore.cli

gig
Generate .gitignore files from your terminal (mostly) offline!
Stars: ✭ 63 (+162.5%)
Mutual labels:  gitignore, gitignore-files, gitignore-cli
Gibo
Easy access to gitignore boilerplates
Stars: ✭ 1,687 (+6929.17%)
Mutual labels:  gitignore, gitignore-files
ignore-sync
a CLI tool to build and sync .*ignore files across files and repositories
Stars: ✭ 15 (-37.5%)
Mutual labels:  gitignore, gitignore-files
Gitignore.io
.gitignore.io is a web service designed to help you create .gitignore files for your Git repositories. The site has a graphical and command line method of creating a .gitignore for your operating system, programming language, or IDE.
Stars: ✭ 6,709 (+27854.17%)
Mutual labels:  gitignore, gitignore-files
GIG
[Unmaintained] A cli 💻 tool to generate gitignore files for your projects. Written in python 🐍
Stars: ✭ 16 (-33.33%)
Mutual labels:  gitignore, gitignore-cli
helm-gitignore
Helm interface for generating .gitignore files
Stars: ✭ 20 (-16.67%)
Mutual labels:  gitignore, gitignore-files
Cocoapods Tips
iOS 라이브러리를 관리하는 CocoaPods Tip정보 모음입니다.
Stars: ✭ 141 (+487.5%)
Mutual labels:  gitignore
Bliss
Ignorance is bliss! Ignore your .gitignore
Stars: ✭ 131 (+445.83%)
Mutual labels:  gitignore
Gitignore It
📃 A CLI to generate .gitignore files
Stars: ✭ 132 (+450%)
Mutual labels:  gitignore
GiG
🎉 generate gitignore files for almost all languages
Stars: ✭ 24 (+0%)
Mutual labels:  gitignore-files
Idea Gitignore
.ignore support plugin for IntelliJ IDEA
Stars: ✭ 1,147 (+4679.17%)
Mutual labels:  gitignore
Git-for-bio-scientists
Presentation about digital lab journalling with Git
Stars: ✭ 30 (+25%)
Mutual labels:  gitignore
Ue4 Gitignore
A git setup example with git-lfs for Unreal Engine 4 projects.
Stars: ✭ 150 (+525%)
Mutual labels:  gitignore
gitignore.nix
Nix functions for filtering local git sources
Stars: ✭ 175 (+629.17%)
Mutual labels:  gitignore
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+3183.33%)
Mutual labels:  gitignore
dotfiles
/home/yous
Stars: ✭ 43 (+79.17%)
Mutual labels:  gitignore
devpreferences
These are my own preferences while doing development.
Stars: ✭ 18 (-25%)
Mutual labels:  gitignore
vscode-ignore-gitignore
[unmaintained] Add files from .gitignore to your VS Code ignored files.
Stars: ✭ 17 (-29.17%)
Mutual labels:  gitignore
gitignore.plugin.zsh
ZSH plugin for creating .gitignore files.
Stars: ✭ 44 (+83.33%)
Mutual labels:  gitignore
untracked
Universal way for ignoring unnecessary common files to fit your bundle
Stars: ✭ 26 (+8.33%)
Mutual labels:  gitignore

npm

Gitignore.cli

  • A command line tool for creating .gitignore files.
  • Uses gitignore.io API

Installation

npm install -g gitignore.cli

Usage

To gitignore intellij and node js files

  gitignore node intellij >> .gitignore

Other options

  $ gitignore --help
  Usage: gitignore [options]


  Options:

    -V, --version             output the version number
    -l, --list                List all available stacks
    -s, --search <item>       Fuzzy search across various options
    -h, --help                output usage information

Examples

$ gitignore --search android
Searching for android

android
androidstudio
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].