Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylef/swiftenv
Swift Version Manager
https://github.com/kylef/swiftenv
Last synced: 20 days ago
JSON representation
Swift Version Manager
- Host: GitHub
- URL: https://github.com/kylef/swiftenv
- Owner: kylef
- License: bsd-2-clause
- Created: 2015-12-15T13:16:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T05:16:36.000Z (11 months ago)
- Last Synced: 2024-10-01T16:21:45.717Z (about 1 month ago)
- Language: Shell
- Homepage: https://swiftenv.fuller.li/
- Size: 605 KB
- Stars: 1,975
- Watchers: 32
- Forks: 94
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - swiftenv - swiftenv allows you to easily install, and switch between multiple versions of Swift. (Tools / Web View)
- awesome-env - swiftenv
- awesome-version-managers - swiftenv - A Swift manager that changes version per user, set a per-project version and allows you to override the version with an environmental variable. (Version Managers / Swift)
- awesome-ios-star - swiftenv - swiftenv allows you to easily install, and switch between multiple versions of Swift. (Tools / Web View)
README
# Swift Version Manager
swiftenv allows you to easily install, and switch between multiple versions of Swift.
This project was heavily inspired by [pyenv](https://github.com/yyuu/pyenv).
![swiftenv screenshot](docs/_static/swiftenv.png)
swiftenv allows you to:
- Change the **global Swift version**, per user.
- Set a **per-project Swift version**.
- Allows you to **override the Swift version** with an environmental variable.## The User Guide
- [Installation](https://swiftenv.fuller.li/en/latest/installation.html)
- [Getting Started](https://swiftenv.fuller.li/en/latest/getting-started.html)
- [Command Reference](https://swiftenv.fuller.li/en/latest/commands.html)
- [`version`](https://swiftenv.fuller.li/en/latest/commands.html#version)
- [`versions`](https://swiftenv.fuller.li/en/latest/commands.html#versions)
- [`global`](https://swiftenv.fuller.li/en/latest/commands.html#global)
- [`local`](https://swiftenv.fuller.li/en/latest/commands.html#local)
- [`install`](https://swiftenv.fuller.li/en/latest/commands.html#install)
- [`uninstall`](https://swiftenv.fuller.li/en/latest/commands.html#uninstall)
- [`which`](https://swiftenv.fuller.li/en/latest/commands.html#which)
- Integrations
- [Heroku](https://swiftenv.fuller.li/en/latest/integrations/heroku.html)
- [Travis CI](https://swiftenv.fuller.li/en/latest/integrations/travis-ci.html)