Coder Social home page Coder Social logo

sbward / rustkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from robertg/rustkit

0.0 1.0 0.0 583 KB

An unofficial library explorer for Rust.

Home Page: rustkit.io

License: MIT License

Ruby 10.36% CoffeeScript 3.70% CSS 3.26% JavaScript 82.68%

rustkit's Introduction

Rust Kit Build Status

A community-made library explorer for the Rust programming language.

Core Technologies:

Note for Library Developers

Want to add a tag, or track your library under Rust Kit? We've made it easy for you. All you need to do is make a Pull Request with your changes to /helpers/yml/tags.yml. This file is checked during a rake db:seed; we automatically update our db tags and even add the repo (if it's missing) with it.

Want us to automatically track your library so you don't need to do a Pull Request? Add the keyword 'library' into the title, description, or README of your project.

Was your project's last commit date older than 6 months? We automatically assume any inactive library does not function properly under Rust nightly. You can explicitly add it with the above instructions if it's not the case.

Setup

  1. Make sure to have at least Ruby 2.0.0. We recommend to use rbenv as your enviroment.
  2. Install bundler with gem install bundler
  3. Install the gems with bundle install --without test (Until we have Unit Tests). You can view all our rake commands with rake -T
  4. Make a config.rb file on the root of the project. Below the instructions you will find the contents of config.rb.
  5. Run rake db:seed to seed the database with repos, tags, etc.
  6. Run the development server with shotgun You can now access the server at 127.0.0.1:9393.
  7. [production] Run whenever --update-crontab to add a database seed cronjob to your server.
#config.rb
RDB_CONFIG = {
  host:    ENV['RDB_HOST'] || 'localhost',
  port:    ENV['RDB_PORT'] || 28015,
  db:      ENV['RDB_DB']   || 'rustkit_db'
}

KEYS = {
  client_id:     '<YOUR GITHUB APP CLIENT ID>',
  client_secret: '<YOUR GITHUB APP SECRET>'
}

CONSTANTS = {
  per_page: 100
}

With much thanks to:

rustkit's People

Contributors

robertg avatar badboy avatar bbodi avatar guillaumegomez avatar s-panferov avatar bvssvni avatar zslayton avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.