https://github.com/lando/hyperdrive
Accelerate from zero to a Lando-based dev environment in less then 12 par-steps
https://github.com/lando/hyperdrive
hyperdrive lando
Last synced: 8 months ago
JSON representation
Accelerate from zero to a Lando-based dev environment in less then 12 par-steps
- Host: GitHub
- URL: https://github.com/lando/hyperdrive
- Owner: lando
- License: gpl-3.0
- Created: 2018-11-12T20:20:10.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T04:22:27.000Z (about 1 year ago)
- Last Synced: 2025-05-01T00:35:48.903Z (9 months ago)
- Topics: hyperdrive, lando
- Language: JavaScript
- Homepage: https://lando.dev/hyperdrive
- Size: 1.11 MB
- Stars: 49
- Watchers: 7
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Hyperdrive
==========
**As of `0.7.0-alpha.1` Hyperdrive has a new purpose: a first-class package and dependency manager for Lando. That said, it is still in early development and not yet suitable for production, or really any, usage. Until it's reasonably useful and stable we recommend you continue to use the [0.6.1 Release](https://github.com/lando/hyperdrive/releases/tag/v0.6.1) and its associated [documentation](https://github.com/lando/hyperdrive/tree/v0.6.1).**
Hyperdrive is the `npm` of Lando. Its purpose is to consolidate dependency and plugin management logic that exists across the Lando ecosystem into a single library that can be invoked directly through `require` or via the `hyperdrive` cli. With Hyperdrive you should be able to:
* Install remove and correctly configure Lando dependencies like Docker
* Install and remove Lando components like the Lando Desktop, Lando CLI and Lando Server
* Install and remove core, contrib and third-part Lando plugins
Installation
------------
Usage
-----
Development
-----------
Testing
-------
Releasing
---------
1. `yarn release`.
2. Create GitHub release or prerelease.
Other Resources
---------------
* [Mountain climbing advice](https://www.youtube.com/watch?v=tkBVDh7my9Q)