# <%= name %>
TODO: Add a summary of the script
## Installation
<% if @git_info %> ### Clone this repository
“‘shell git clone <%= @git_info %> cd <%= [@git_info, @directory].join %> “` <% else %> ### Enter into the command directory
“‘shell cd <%= @directory %> “` <% end %>
### Install dependencies <% if options %> “‘shell bundle install “` <% else %> “`shell gem install <%= @dependencies.join(’ ‘) %> “` <% end %>
## Usage
### Configure Octokit
“‘shell export OCTOKIT_API_ENDPOINT=“github.example.com/api/v3” # Default: “api.github.com” export OCTOKIT_ACCESS_TOKEN=00000000000000000000000 “`
### Execute
“‘shell ruby <%= @filename %> “`