Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbta/tablespoon

a bigger, better TSP
https://github.com/mbta/tablespoon

Last synced: about 1 month ago
JSON representation

a bigger, better TSP

Awesome Lists containing this project

README

        

# Tablespoon
[![Elixir CI](https://github.com/mbta/tablespoon/actions/workflows/elixir.yml/badge.svg)](https://github.com/mbta/tablespoon/actions/workflows/elixir.yml)

TSP, but bigger

## Running

To start your Phoenix server:

* Install dependencies with `mix deps.get`
* Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Development

```
mix deps.get
mix format
mix test
mix credo --strict
```

For commits, we try to follow [Conventional
Commits](https://www.conventionalcommits.org/) for consistency.