https://github.com/rubyonworld/operators
Simple app to show different Ruby operators with their funny names.
https://github.com/rubyonworld/operators
app operatir ruby simple
Last synced: 2 months ago
JSON representation
Simple app to show different Ruby operators with their funny names.
- Host: GitHub
- URL: https://github.com/rubyonworld/operators
- Owner: RubyOnWorld
- License: apache-2.0
- Created: 2022-09-27T15:41:53.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T00:52:03.000Z (almost 4 years ago)
- Last Synced: 2025-05-19T20:32:35.612Z (about 1 year ago)
- Topics: app, operatir, ruby, simple
- Language: Elm
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status][travis-image]][travis-url]
ruby-operators
==============
Simple app to show different Ruby operators with their funny names.
Prerequisites
===
- node
- create-elm-app (Install with `npm install -g create-elm-app`)
Run
===
### Run in development mode
```
elm-app start
```
It runs dev webserver at http://localhost:3000
### Generate production build
```
elm-app build
```
Serve project under a webserver
Contribute
==========
Edit [operators.json](https://github.com/anildigital/ruby-operators/blob/master/public/operators.json) and send pull request.
[travis-image]: https://api.travis-ci.org/anildigital/ruby-operators.svg?branch=master
[travis-url]: https://travis-ci.org/anildigital/ruby-operators