Skip to content

Maaarcocr/scarpe

Repository files navigation

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:

gem 'scarpe'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install scarpe

Usage

Create an hello world application with:

require "scarpe"

Scarpe.app do
  para "Hello World"
end

More examples can be found in the examples folder!

Screenshots

From the hello world example:

hello_world

From the button example:

button

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.

License

The gem is available as open source under the terms of the MIT License.

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.

About

Scarpe - shoes but running on webview

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published