You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Ruby parser for [Cooklang](https://cooklang.org/).
6
+
A Ruby parser for [Cooklang](https://cooklang.org/) — compatible with the [v7 spec](https://cooklang.org/docs/spec/).
7
7
8
8
If you're unfamiliar with [Cooklang](https://cooklang.org/), please visit [https://cooklang.org/](https://cooklang.org/) to learn more about using Cooklang.
Place the @apple juice{1,5%cups}, @banana{one sliced}, @frozen mixed berries{1,5%cups} and @vanilla greek yogurt{3/4%cup} in a #blender{}; blend until smooth. If the smoothie seems too thick, add a little more liquid (1/4 cup).
36
+
Place the @apple juice{1.5%cups}, @banana{one sliced}, @frozen mixed berries{1.5%cups} and @vanilla greek yogurt{3/4%cup} in a #blender{}; blend until smooth.
35
37
36
38
Taste and add @honey{} if desired. Pour into two glasses and garnish with fresh berries and mint sprigs if desired.
Please visit the [Cooklang Docs](https://cooklang.org/docs) for more information about the Cooklang specification. Including parser impementations in other languages
113
+
Please visit the [Cooklang Docs](https://cooklang.org/docs) for more information about the Cooklang specification.
88
114
89
115
## Development
90
116
91
117
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
92
118
93
119
## Contributing
94
120
95
-
Bug reports and pull requests are welcome on GitHub at https://github.com/drbragg/cooklang_rb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/drbragg/cooklang_rb/blob/master/CODE_OF_CONDUCT.md).
121
+
Bug reports and pull requests are welcome on GitHub at https://github.com/drbragg/cooklang_rb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/drbragg/cooklang_rb/blob/main/CODE_OF_CONDUCT.md).
96
122
97
123
## License
98
124
99
125
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
100
126
101
127
## Code of Conduct
102
128
103
-
Everyone interacting in the CooklangRb project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/drbragg/cooklang_rb/blob/master/CODE_OF_CONDUCT.md).
129
+
Everyone interacting in the CooklangRb project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/drbragg/cooklang_rb/blob/main/CODE_OF_CONDUCT.md).
0 commit comments