https://github.com/bergmark/commenter
https://github.com/bergmark/commenter
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bergmark/commenter
- Owner: bergmark
- Created: 2021-05-29T19:33:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T18:38:30.000Z (over 1 year ago)
- Last Synced: 2025-01-29T00:47:13.453Z (over 1 year ago)
- Language: Rust
- Size: 194 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Helps automate mass-disabling of packages in Stackage's build-constraint.yaml.
## Install
* Install rustup from [https://rustup.rs/](https://rustup.rs/)
* Run `cargo install --path .`
## Usage
See [CURATORS.md](https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md).
## Development
* Incremental build: `cargo watch` (and e.g. `cargo watch -x test` to run tests)
* Build: `cargo build`
* Test: `cargo test`
* Linting: `cargo clippy`
* Formatting: `cargo fmt`