Tentacat v1.6.0 Tentacat.Gitignore View Source

Link to this section Summary

Functions

Get a single template based on the name

List all templates available

Link to this section Functions

Link to this function

template(client \\ %Client{}, name) View Source

Get a single template based on the name

Example

Tentacat.Gitignore.template "C"
Tentacat.Gitignore.template client, "C"

More info at: http:\developer.github.com/v3/gitignore/#get-a-single-template

Link to this function

templates(client \\ %Client{}) View Source

List all templates available

Example

Tentacat.Gitignore.templates
Tentacat.Gitignore.templates client

More info at: http:\developer.github.com/v3/gitignore/#listing-available-templates