All Projects → davydovanton → hanami-bootstrap

davydovanton / hanami-bootstrap

Licence: MIT License
Bootstrap wrapper for hanami framework.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to hanami-bootstrap

fireREST
Python library for interacting with Cisco Firepower Management Center REST API
Stars: ✭ 47 (+261.54%)
Mutual labels:  wrapper
spmf-py
Python SPMF Wrapper 🐍 🎁
Stars: ✭ 35 (+169.23%)
Mutual labels:  wrapper
python-launch-library
A simple wrapper for the Launch Library web API
Stars: ✭ 20 (+53.85%)
Mutual labels:  wrapper
node-api
A JavaScript API Wrapper for NovelCOVID/API
Stars: ✭ 63 (+384.62%)
Mutual labels:  wrapper
Taviloglu.Wrike.ApiClient
.NET Client for Wrike API
Stars: ✭ 24 (+84.62%)
Mutual labels:  wrapper
WaxSealCore
Simple, expressive yet comprehensive keychain wrapper in Objective-C.
Stars: ✭ 33 (+153.85%)
Mutual labels:  wrapper
RT-Thread-wrapper-of-uCOS-II
RT-Thread操作系统的uCOS-II兼容层:让基于uC/OS-II操作系统开发的应用层无感地迁移到RT-Thread操作系统 | A wrapper which can make codes developed by uCOS-II APIs directly run on RT-Thread
Stars: ✭ 24 (+84.62%)
Mutual labels:  wrapper
tapi-yandex-direct
Python библиотека API Яндекс Директ
Stars: ✭ 35 (+169.23%)
Mutual labels:  wrapper
Ptero4J
A java wrapper for the pterodactyl panel API
Stars: ✭ 26 (+100%)
Mutual labels:  wrapper
oxford dictionary
📙 A Ruby wrapper for the Oxford Dictionary API
Stars: ✭ 23 (+76.92%)
Mutual labels:  wrapper
WireGuard-Wrapper
Simple wrapper that makes WireGuard easier to use with VPN providers.
Stars: ✭ 29 (+123.08%)
Mutual labels:  wrapper
readability-extractor
Javascript/Node wrapper around Mozilla's Readability library so that ArchiveBox can call it as a oneshot CLI command to extract each page's article text.
Stars: ✭ 18 (+38.46%)
Mutual labels:  wrapper
clyngor
Handy python wrapper around Potassco's Clingo ASP solver.
Stars: ✭ 20 (+53.85%)
Mutual labels:  wrapper
Mega-index-heroku
Mega nz heroku index, Serves mega.nz to http via heroku web. It Alters downloading speed and stability
Stars: ✭ 165 (+1169.23%)
Mutual labels:  wrapper
JirAgileR
User-friendly 🔹JIRA API wrapper. Track projects & issues from within R
Stars: ✭ 22 (+69.23%)
Mutual labels:  wrapper
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (+4000%)
Mutual labels:  wrapper
GoAnimate-Wrapper
GoAPI server wrapper designed to interact with Vyond's Legacy Video Maker (written in Node.JS)
Stars: ✭ 22 (+69.23%)
Mutual labels:  wrapper
laravel-mjml
Laravel MJML offers support for rendering MJML syntax into in-line HTML that can be sent within mails.
Stars: ✭ 26 (+100%)
Mutual labels:  wrapper
hugo-wrapper
The universal way to include Hugo binary to your project.
Stars: ✭ 27 (+107.69%)
Mutual labels:  wrapper
rgdax
Wrapper for Coinbase pro (erstwhile GDAX) Cryptocurrency exchange
Stars: ✭ 34 (+161.54%)
Mutual labels:  wrapper

Hanami::Bootstrap

Bootstrap wrapper for hanami framework. This wrapper provide HEAD version of bootstrap.

Also you can use bootstrap-rubygem gem which support hanami framework.

Installation

Important: this wrapper required jquery library. You can use jquery-lotus gem or add jquery.js to you assets directory.

Add this line to your application's Gemfile:

gem 'hanami-bootstrap'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hanami-bootstrap

Usage

Add bootstrap to your template:

<%= stylesheet 'bootstrap' %>
<%= javascript 'bootstrap' %>

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/davydovanton/hanami-bootstrap. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].