5 releases (3 breaking)
| 0.4.0 | Feb 8, 2024 |
|---|---|
| 0.3.0 | May 5, 2023 |
| 0.2.1 | Mar 9, 2023 |
| 0.2.0 | Feb 28, 2023 |
| 0.1.0 | Jan 24, 2023 |
#748 in Command-line interface
181 downloads per month
Used in forged-cli
38KB
1K
SLoC
Forged Tooling
forged-rsis a Rust client for Forged.dev operations.forged-cliis a CLI tool (written in Rust) to interract with the forged.dev tooling.
Release a new version
Rust
cd forged-rs
# Bump crate version (make sure API incompatibilities are handled properly)
cargo publish
Python
# Install the tooling to upload to pip
python -m pip install build twine
cd forged-py
python -m build
twine check dist/*
# Upload to TestPyPi to check
twine upload -r testpypi dist/*
# Upload to rea PyPi to release
twine upload -r pypi dist/*
Dependencies
~11–28MB
~371K SLoC