librarian
Librarian - A Framework for Bundlers. Librarian-Chef is at: https://github.com/applicationsonline/librarian-chef.
File Explorer
Download Latest Version (.zip)- base.rb
- clean.rb
- ensure.rb
- install.rb
- persist_resolution_mixin.rb
- resolve.rb
- update.rb
- manifest_presenter.rb
- database.rb
- file_source.rb
- hash_source.rb
- source.rb
- receiver.rb
- target.rb
- runtime_cache.rb
- source_linter.rb
- compiler.rb
- parser.rb
- registry.rb
- mock.rb
- cli.rb
- dsl.rb
- environment.rb
- extension.rb
- source.rb
- version.rb
- implementation.rb
- cli_macro.rb
- repository.rb
- basic_api.rb
- git.rb
- local.rb
- path.rb
- abstract_method.rb
- action.rb
- algorithms.rb
- cli.rb
- config.rb
- dependency.rb
- dsl.rb
- environment.rb
- error.rb
- helpers.rb
- lockfile.rb
- logger.rb
- manifest.rb
- manifest_set.rb
- mock.rb
- posix.rb
- resolution.rb
- resolver.rb
- source.rb
- spec.rb
- spec_change_set.rb
- specfile.rb
- ui.rb
- version.rb
- librarian.rb
- repository_spec.rb
- git_spec.rb
- cli_spec.rb
- posix_spec.rb
- fakefs.rb
- method_patch_macro.rb
- project_path_macro.rb
- with_env_macro.rb
- base_spec.rb
- clean_spec.rb
- ensure_spec.rb
- install_spec.rb
- database_spec.rb
- requirement_spec.rb
- runtime_cache_spec.rb
- parser_spec.rb
- version_spec.rb
- mock_spec.rb
- environment_spec.rb
- git_spec.rb
- algorithms_spec.rb
- dependency_spec.rb
- dsl_spec.rb
- environment_spec.rb
- lockfile_spec.rb
- manifest_set_spec.rb
- manifest_spec.rb
- resolver_spec.rb
- spec_change_set_spec.rb
- .gitignore
- .rspec
- .travis.yml
- CHANGELOG.md
- Gemfile
- librarian.gemspec
- LICENSE.txt
- Rakefile
- README.md
- VERSION
π Installation Guide
1. Get the code
git clone https://github.com/applicationsonline/librarian
Downloads the entire project code from GitHub to your computer.
cd librarian
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle
Type this command into your terminal and run it.
$ [bundle exec] rake
Type this command into your terminal and run it.
$ [bundle exec] rspec spec
Type this command into your terminal and run it.
$ [bundle exec] rake install
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
