meok_log_api
meok_log_api
API for meok_log
Installation
Add this to your application's shard.yml
:
dependencies:
meok_log_api:
github: meoklog/meok_log_api
Usage
require "src/meok_log_api.cr"
Development
meok_log_api is test-driven development using spec
Some spec2.cr features like context
, subject
, let
are not working at the time writing; some workarounds are needed :
- replace
context
withdescribe
if you want to use context descriptions, - put
let
variables locally, even if it's repeating, - put
subject
as subject locally.
Use [better specs guidelines][site-better-spec] when possible.
Tests are located in ./spec
directory. To run the tests, type crystal spec
in a terminal.
Contributing
- Fork it ( https://github.com/meoklog/meok_log_api/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- meoklog - creator, maintainer
Repository
meok_log_api
Owner
Statistic
- 0
- 0
- 0
- 0
- 2
- almost 8 years ago
- December 20, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 03:48:54 GMT
Languages