https://github.com/maaarcocr/scarpe
Scarpe - shoes but running on webview
https://github.com/maaarcocr/scarpe
Last synced: about 1 year ago
JSON representation
Scarpe - shoes but running on webview
- Host: GitHub
- URL: https://github.com/maaarcocr/scarpe
- Owner: Maaarcocr
- License: mit
- Created: 2022-02-11T20:13:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T16:06:45.000Z (over 3 years ago)
- Last Synced: 2023-08-21T04:51:01.249Z (almost 3 years ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Scarpe
Scarpe is me trying to rebuild shoes using ruby but also new web technology, like using HTML and your browser as the UI backend. The name `scarpe` just means shoes in
italian, so I thought it would be a fitting name. This is REALLY incomplete and it's not close to be feature complete with shoes (any version) in any way.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'scarpe'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install scarpe
## Usage
Create an hello world application with:
```ruby
require "scarpe"
Scarpe.app do
para "Hello World"
end
```
More examples can be found in the `examples` folder!
## Screenshots
From the hello world example:

From the button example:

## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/scarpe. 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/[USERNAME]/scarpe/blob/master/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Scarpe project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/scarpe/blob/master/CODE_OF_CONDUCT.md).