environment-management.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [environment-management]
www.codever.land/bookmarks/t/environment-management
Angular Configuring Application Environments
https://angular.io/guide/build#configuring-application-environments
You can define different named build configurations for your project, such as stage and production, with different defaults.
Each named configuration can have defaults for any of the options that app...
- tags: angular, environment-management, angular-cli
chruby
https://github.com/postmodern/chruby
Change your current Ruby. No shims, no crazy options or features, ~90 LOC.
- tags: ruby, environment-management
- :octocat: source code
fry
Simple ruby version manager for fish.
- tags: ruby, environment-management
- :octocat: source code
gem_home
https://github.com/postmodern/gem_home
A tool for changing your $GEM_HOME.
- tags: ruby, environment-management
- :octocat: source code
rbenv
https://github.com/sstephenson/rbenv
Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production.
- tags: ruby, environment-management
- :octocat: source code
ruby-build
https://github.com/sstephenson/ruby-build
Compile and install Ruby.
- tags: ruby, environment-management
- :octocat: source code
ruby-install
https://github.com/postmodern/ruby-install
Installs Ruby, JRuby, Rubinius, MagLev or MRuby.
- tags: ruby, environment-management
- :octocat: source code
RVM
RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
- tags: ruby, environment-management
Tokaido
https://github.com/tokaido/tokaidoapp/releases
Ruby, Rails, SQLite and Redis encapsulated in a single drag-and-drop OS X app, designed to make installing a working RoR environment easy for beginners.
- tags: ruby, environment-management
- :octocat: source code
Uru
https://bitbucket.org/jonforums/uru
Uru is a lightweight, multi-platform command line tool that helps you use the multiple rubies on your 32/64-bit Linux, OS X, or Windows systems.
- tags: ruby, environment-management
pipenv
https://github.com/kennethreitz/pipenv
Sacred Marriage of Pipfile, Pip, & Virtualenv.
- tags: python, environment-management
- :octocat: source code
poetry
https://github.com/sdispater/poetry
Python dependency management and packaging made easy.
- tags: python, environment-management
- :octocat: source code
pyenv
https://github.com/pyenv/pyenv
Simple Python version management.
- tags: python, environment-management
- :octocat: source code
venv
https://docs.python.org/3/library/venv.html
(Python standard library in Python 3.3+) Creating lightweight virtual environments.
- tags: python, environment-management
virtualenv
https://pypi.python.org/pypi/virtualenv
A tool to create isolated Python environments.
- tags: python, environment-management