Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 481 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 481 Bytes

How to contribute to volt license cehecker

Step 1 Clone the repository

Step 2 Change directory

  • cd license-checker

Step 3 Setup rust toolchain commands

rust up toolchain install nightly-2021-08-20 rust up toolchain install-2021-08-20

Step 4 Run a compiled build of the license-checker

cargo build --release

Testing

Run this command to run the tests for the license-checker

cargo test