Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbta/tablespoon
- Owner: mbta
- License: mit
- Created: 2019-08-15T16:31:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:37:33.000Z (9 months ago)
- Last Synced: 2024-04-22T11:46:19.927Z (9 months ago)
- Language: Elixir
- Homepage:
- Size: 449 KB
- Stars: 2
- Watchers: 17
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.