• Stars
    star
    841
  • Rank 54,194 (Top 2 %)
  • Language
    Rust
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An experimental package management tool for JavaScript. Upto 30x faster installation of dependencies using pre-flattened dependency trees.

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.

⚑ 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

  1. Clone the github repository using the Github CLI.
git clone https://github.com/voltpkg/volt
  1. Change to the volt directory.
cd volt
  1. Run a compiled and optimized build
cargo run --release -- --help
# you should see a help menu from Volt

πŸ§ͺ Testing

First, make sure you Build From Source.

Run this command to run the tests for volt.

cargo test

πŸ‘ Supporters

Stargazers repo roster for @voltpkg/volt

Forkers repo roster for @voltpkg/volt


πŸ”¨ 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

Rust

External Libraries

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.