josefdolezal/ignorio
Ignorio is a pure Swift command line tool helping you create `.gitignore` file for your project based on templates from [gitignore.io](https://gitignore.io).
Install
<details open> <summary>Brew</summary>
The recommended way to install ignorio is with brew package manager:
$ brew install josefdolezal/formulae/ignorioOr you can add the custom Tap and refer to the app by its name:
$ brew tap josefdolezal/formulae
$ brew install ignorio</details>
<details> <summary>From source</summary>
If you prefer to build the app from source manually, you can use make:
$ make
$ swift run ignorio <COMMAND></details>
Usage
Currently, following commands are supported by ignorio.
Generate
Fetches .gitignore template for given list of types.
$ ignorio generate macos xcode swiftList
Prints list of types which may be used to create template.
$ ignorio listSearch
Not sure if your type is supported? The list representation is not so convenient, but you can use search instead!
$ ignorio search swiftDependencies
Ignorio is build on top of following dependencies:
- Swift Argument Parser, licensed under
Apache License 2.0
License
This repository is licensed under MIT.
Package Metadata
Repository: josefdolezal/ignorio
Default branch: master
README: README.md