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.
Add this line to your application's Gemfile:
gem 'scarpe'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install scarpe
Create an hello world application with:
require "scarpe"
Scarpe.app do
para "Hello World"
end
More examples can be found in the examples
folder!
From the hello world example:
From the button example:
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.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Scarpe project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.