johnthepink / libraries.io

:books: The Open Source Discovery Service

Home Page:https://libraries.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libraries.io

Build Status Gitter chat Code Climate Test Coverage Dependency Status

All the package managers

Big Features

  • Comprehensive Search
  • Alternative/Related Projects suggestions
  • Recommendation engine

Getting started

Install and run the deps

 brew install postgres elasticsearch rbenv ruby-build
 # run postgres & eleasticsearch

Perform the sacred ruby voodoo

 rbenv install 2.3.1
 gem install bundler
 rbenv rehash
 bundle

Fight entropy with schemas

 rake db:create db:migrate
 rake projects:reindex

Go create a Personal access token on GitHub. Copy the token, for you will need it to pay the ferryman.

Lure rails into slurping down some data

 rails c
 irb> AuthToken.new(token: "<secure github token here>").save
 irb> Repositories::NPM.update "pictogram"
 irb> Repositories::Rubygems.update "split"
 irb> Repositories::Bower.update "sbteclipse"

I cannot take you any further. Offer up the magic flute to the spectral wolf, he will guide you onwards.

rails s

Godspeed

About

:books: The Open Source Discovery Service

https://libraries.io

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 63.1%Language:HTML 34.4%Language:CSS 2.1%Language:JavaScript 0.5%