Skip to content

samjacobclift/libraries.io

 
 

Repository files navigation

Libraries.io

Build Status Gitter chat Code Climate Coverage 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

📚 The Open Source Discovery Service

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 64.8%
  • HTML 33.3%
  • CSS 1.4%
  • JavaScript 0.5%