https://github.com/fastruby/hobbit-app
A template for future Hobbit applications
https://github.com/fastruby/hobbit-app
Last synced: 5 months ago
JSON representation
A template for future Hobbit applications
- Host: GitHub
- URL: https://github.com/fastruby/hobbit-app
- Owner: fastruby
- License: mit
- Created: 2016-03-06T14:57:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-17T13:49:33.000Z (over 9 years ago)
- Last Synced: 2025-02-28T01:11:27.712Z (10 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hobbit App Template
This is a template for projects that want to use the
[Hobbit](https://github.com/patriciomacadden/hobbit) microframework.
## Dependencies
* Hobbit
* Redis
* Ohm
* Puma
* Dotenv
* Rack Protection
Development:
* Minitest
* Shotgun
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## License
See the [LICENSE](https://github.com/ombulabs/hobbit-app/blob/master/LICENSE).