:zap: Installation
February 16, 2022 ยท View on GitHub
Volt
Rapid, reliable and robust Javascript package management.
WARNING: Volt is still in the development stage and is not ready for use!
Rapid: Volt is incredibly fast and powerful.
Reliable: Volt is built to be reliable and dependable.
Robust: Volt works with low resource usage.
Important: Volt is still in the alpha stage of development, and is not ready for use in production or development environments.
:zap: Installation
We don't have an official release of Volt yet, however, if you would like to give it a try, feel free to follow the steps below to build from source.
Build From Source
Prerequisites: Git, Rust Toolchain
Minimum Supported Rust Version (MSRV)
Rust 1.58
Steps
- Clone the github repository using the Github CLI.
git clone https://github.com/voltpkg/volt
- Change to the
voltdirectory.
cd volt
- Run a compiled and optimized build
cargo run --release -- --help
# you should see a help menu from Volt
:test_tube: Testing
First, make sure you Build From Source.
Run this command to run the tests for volt.
cargo test
:clap: Supporters
:hammer: Build Status
| Feature | Build Status |
|---|---|
| Add | ๐๏ธ |
| Audit | โ |
| Cache | โ |
| Check | โ |
| Clone | ๐๏ธ |
| Compress | ๐๏ธ |
| Create | ๐๏ธ |
| Deploy | ๐๏ธ |
| Fix | โ |
| Help | ๐๏ธ |
| Info | โ |
| Init | ๐๏ธ |
| Install | ๐๏ธ |
| List | ๐๏ธ |
| Login | ๐๏ธ |
| Logout | โ |
| Migrate | ๐๏ธ |
| Mod | โ |
| Outdated | โ |
| Owner | โ |
| Ping | ๐๏ธ |
| Publish | โ |
| Remove | โ |
| Run | ๐๏ธ |
| Search | โ |
| Set | โ |
| Stat | โ |
| Tag | โ |
| Team | โ |
| Update | โ |
| Watch | ๐๏ธ |
Built With
Versioning
We use semver for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under Apache-2.0 - see the LICENSE.md file for details.