All Projects → rubygems → Guides

rubygems / Guides

Licence: other
An effort to provide awesome documentation for the RubyGems ecosystem.

Projects that are alternatives of or similar to Guides

Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-39.84%)
Mutual labels:  rubygems, scss
Toolkit
Sky's CSS Toolkit
Stars: ✭ 126 (-1.56%)
Mutual labels:  scss
11ty Netlify Jumpstart
Quickly launch an 11ty-generated static site. Includes a minimal Sass framework, and generated sitemap, RSS feed, and social share preview images.
Stars: ✭ 122 (-4.69%)
Mutual labels:  scss
Ztext
Easy to implement, 3D typography for the web. Works with every font.
Stars: ✭ 125 (-2.34%)
Mutual labels:  scss
Mq Scss
Extremely powerful Sass media query mixin. Allows you to create almost any media query you can imagine.
Stars: ✭ 122 (-4.69%)
Mutual labels:  scss
Vapid
Vapid is an intentionally simple content management system built on the idea that you can create a custom dashboard without ever leaving the HTML.
Stars: ✭ 1,553 (+1113.28%)
Mutual labels:  scss
Theme
The gorgeous default NativeScript theme, currently under active development
Stars: ✭ 120 (-6.25%)
Mutual labels:  scss
Compass Inuit
💮 Compass extension for inuit.css. More than 40k users served!
Stars: ✭ 127 (-0.78%)
Mutual labels:  scss
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-1.56%)
Mutual labels:  scss
Gel Grid
A flexible code implementation of the GEL Grid Guidelines
Stars: ✭ 124 (-3.12%)
Mutual labels:  scss
Bliki Ja.github.io
Stars: ✭ 123 (-3.91%)
Mutual labels:  scss
Papers We Love.github.io
Official Papers We Love site
Stars: ✭ 122 (-4.69%)
Mutual labels:  scss
Wayou.github.io
Stars: ✭ 125 (-2.34%)
Mutual labels:  scss
Bulma Megamenu
Bulma extension to make Mega Menus
Stars: ✭ 122 (-4.69%)
Mutual labels:  scss
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+1228.91%)
Mutual labels:  scss
Chains
provides metadata for networkIDs and chainIDs
Stars: ✭ 117 (-8.59%)
Mutual labels:  scss
Hugo Hero Theme
A modern business theme for Hugo.
Stars: ✭ 124 (-3.12%)
Mutual labels:  scss
Phpid Learning
🙋 Belajar daring bersama PHPID
Stars: ✭ 125 (-2.34%)
Mutual labels:  scss
Hocus Pocus
Universal and lightweight stylesheet starter kit
Stars: ✭ 128 (+0%)
Mutual labels:  scss
Baseguide
Lightweight and robust CSS framework for prototyping and production code.
Stars: ✭ 127 (-0.78%)
Mutual labels:  scss

RubyGems Guides

An effort to provide awesome documentation for the RubyGems ecosystem.

Goals

  • Be the definitive place for RubyGems knowledge
  • Help out those new to RubyGems get started and get things done
  • Make it easy to contribute more guides

Want to help?

If a guide is empty, start filling it out! Or, make a new one! Pull requests are gladly accepted!

  • Port content from docs.rubygems.org
  • Port content from rubygems.org/pages/docs
  • Port content from help.rubygems.org knowledge base
  • Find lots of StackOverflow/ruby-talk questions and get their common answers in here
  • Fill out more guides!

Setup

Make sure you have jekyll installed (gem install jekyll), and run:

$ jekyll serve

The pages will be available at http://localhost:4000/

Every guide except for the Command and Specification Reference is just a straight up markdown page, so just go edit it!

For the Command Guide (command-reference.md), edit command-reference.erb and run:

$ rake command_guide

For the Specification Guide, the documentation comes directly from the Gem::Specification class in RubyGems. Edit it, set your RUBYGEMS_DIR to where your code directory is, and run:

$ RUBYGEMS_DIR=~/Dev/ruby/rubygems rake spec_guide --trace

Thanks

Huge thanks to thoughtbot whose playbook this is based off of.

Legal

The actual content of the articles is licensed under Creative Commons. The code that this project consists of is licensed under MIT.

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].