just a command runner
https://github.com/casey/just
Just is a command runner. Although, it's not really a build system like Make. It avoids Make's complexities and confusing PHONY statements.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/just && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000253 253 Bytes | |
just-1.36.0.tar.gz | 0000698623 682 KB | |
just.changes | 0000016704 16.3 KB | |
just.spec | 0000003317 3.24 KB | |
vendor.tar.zst | 0005342123 5.09 MB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1204883
from
Richard Rahl (rrahl0)
(revision 21)
- update to 1.36.0: * Allow default values to use earlier recipe arguments * Add `--one` flag to forbid multiple recipes from being invoked * Allow including arbitrary characters in strings with `\u{…}` * Print recipe doc string when`--explain` flag is passed * Use unwrap_or_default() when getting default color and verbosity * De-duplicate suggestion methods * Refactor analyzer * Use `console` codeblocks in readme * Add PyPI install instructions * Remove old recipes from project justfile * Fix clippy lints - remove cargo_audit, as it's included in cargo_vendor (forwarded request 1204882 from rrahl0)
Comments 0