Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfinity/dfxvm
dfx version manager
https://github.com/dfinity/dfxvm
Last synced: 5 days ago
JSON representation
dfx version manager
- Host: GitHub
- URL: https://github.com/dfinity/dfxvm
- Owner: dfinity
- License: apache-2.0
- Created: 2023-10-20T16:00:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T15:36:24.000Z (5 months ago)
- Last Synced: 2024-08-02T06:16:00.399Z (3 months ago)
- Language: Rust
- Size: 262 KB
- Stars: 7
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-internet-computer - dfxvm - The dfx version manager that lets you easily switch between dfx versions. (Developer Tooling / AssemblyScript)
README
# dfxvm: The dfx version manager
*dfxvm* installs the [Internet Computer SDK][sdk] (dfx), enabling you
to easily switch between different versions.## Documentation
See the [command-line reference][cli-reference] for
documentation on using dfxvm.## Installation
You can install dfxvm via `curl`.
``` bash
sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
```You will have an opportunity to select the version,
but you can also specify it on the command line:``` bash
DFX_VERSION=0.15.1 sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
```## Contribution
Contributions to dfxvm are welcome! For information about contributing,
see [CONTRIBUTING.md][contributing]. Contributors must agree to a [CLA][cla].## License
Copyright 2023 DFINITY Stiftung [[email protected]](mailto:[email protected]).
dfxvm is licensed under the [Apache 2.0 License][license].
## Acknowledgements
dfxvm is inspired by, and parts are copied from and/or derived from, [rustup][rustup],
which is also licensed under the [Apache 2.0 License][license].[cla]: https://github.com/dfinity/cla/blob/main/CLA.md
[cli-reference]: https://github.com/dfinity/dfxvm/blob/main/docs/cli-reference/index.mdz
[contributing]: https://github.com/dfinity/dfxvm/blob/main/CONTRIBUTING.md
[license]: https://github.com/dfinity/dfxvm/blob/main/LICENSE
[rustup]: https://github.com/rust-lang/rustup
[sdk]: https://github.com/dfinity/sdk