Skip to content

Pivotal Tracker management bot written in Elixir

License

Notifications You must be signed in to change notification settings

ne1ro/tracker_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracker Bot

Third-party service badges (if available)

Project description

Pivotal Tracker bot for Telegram.

Dependencies

  • Elixir 1.5

Setup required dependencies from Brewfile:

brew install elixir

Quick Start

# clone repo
git clone [email protected]:account/repo.git
cd repo

# run setup script
mix setup

# configure ENV variables in .env
vim .env

# run server
mix server

Scripts

  • mix setup - setup required libraries and stuff
  • mix quality - runs code style check tools
  • mix ci - should be used in the CI or locally
  • mix build - to build application release
  • mix server - to run server locally

Credits

Written by neiro.

Releases

No releases published

Packages

No packages published