0.1.5 • Published 7 years ago

gitignore-dot-io v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gitignore-dot-io

The gitignore-dot-io module allows for easy generation of gitignore files from the gitignore.io api.

Wercker GitHub issues GitHub license js-standard-style

Installation

Global installation is recommended, to allow generation of a gitignore file in any folder without specifying an absolute path to the gitignore-dot-io module.

npm install gitignore-dot-io --global

Usage

gitignore-dot-io filter filter filter

Where filter is the type of filter you would like to apply. You may specify as many filters as you wish. Alternatively, if you do not specify any filters, a list will be displayed allowing you to select from all filters which are supported. Supported filters are available at the gitignore.io website

Examples

gitignore-dot-io windows node bower

Generates a gitignore file tailored for node and bower development on windows

gitignore-dot-io osx c

Generates a gitignore file tailored for c development on mac osx

gitignore-dot-io

Displays a list of available filters to choose from, before generating a file tailored to the selected filters

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Vito Giarrusso - Initial work - thtliife

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago