1.0.1 • Published 8 years ago

node-gi v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

node-gi

.gitignoreファイルをコマンドラインで生成します。 www.gitignore.io のAPIをラッピングしています。

Create .gitignore files for your project.

Install

npm install -g node-gi

Usage

Usage: gi options keyword...

Options: -h, --help output usage information -V, --version output the version number -l, --list Show gitignore.io operating system, programming language, or IDE keyword types

Examples:

  • Show ouput on the command line
$ gi linux,java
# Created by http://www.gitignore.io

### Linux ###
.*
!.gitignore
*~

### Java ###
*.class
# Package Files #
*.jar
*.war
*.ear
  • Append Operating System and IDE settings to global .gitignore
$ gi linux,eclipse >> ~/.gitignore
  • Append programming languages to your project .gitignore file
$ gi java,python >> .gitignore
1.0.1

8 years ago

1.0.0

8 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago