https://github.com/joshmfrankel/cadis
Automated metrics application for managing technical debt
https://github.com/joshmfrankel/cadis
hanami
Last synced: 11 days ago
JSON representation
Automated metrics application for managing technical debt
- Host: GitHub
- URL: https://github.com/joshmfrankel/cadis
- Owner: joshmfrankel
- License: gpl-3.0
- Created: 2019-12-12T17:00:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-20T04:06:48.000Z (almost 3 years ago)
- Last Synced: 2023-03-13T04:25:28.365Z (over 2 years ago)
- Topics: hanami
- Language: Ruby
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cadis
Welcome to your new Hanami project!
## Setup
How to run tests:
```
% bundle exec rake
```How to run the development console:
```
% bundle exec hanami console
```How to run the development server:
```
% bundle exec hanami server
```How to prepare (create and migrate) DB for `development` and `test` environments:
```
% bundle exec hanami db prepare% HANAMI_ENV=test bundle exec hanami db prepare
```Explore Hanami [guides](https://guides.hanamirb.org/), [API docs](http://docs.hanamirb.org/1.3.3/), or jump in [chat](http://chat.hanamirb.org) for help. Enjoy! 🌸