Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/searls/table-print-example
A silly little demo app for playing with table-print
https://github.com/searls/table-print-example
Last synced: 21 days ago
JSON representation
A silly little demo app for playing with table-print
- Host: GitHub
- URL: https://github.com/searls/table-print-example
- Owner: searls
- Created: 2018-01-29T19:16:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T19:16:57.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T23:23:27.126Z (2 months ago)
- Language: Ruby
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stupid example repo
Just using this to make some points about things.
## Setup
```
$ bundle
$ rake db:drop db:create db:migrate db:fixtures:load
```