Dynnammo / dev-excuses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-excuses

Simple API that provides excuses for developers not to work on their projects.

Heavily inspired by this project made by Michele Gerarduzzi.

Installation

Requires crystal & shards

Direct compilation

make install
make local-run

Using Docker

make build
make run

Development

  • Clone repository
  • Modify src/dev-excuses.cr file

Run tests

make test

Contributing

Code

  1. Fork it (https://github.com/your-github-user/dev-excuses/fork)
  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 a new Pull Request

Translation

Go to https://nuage.dynnammo.com/weblate/projects/dev-excuses/ and check existing languages for translation.

If your language isn't available, please create an issue

Contributors

About

License:GNU General Public License v3.0


Languages

Language:Crystal 80.9%Language:Dockerfile 11.0%Language:Makefile 8.2%