summaryrefslogtreecommitdiffstats
path: root/src/package/script.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-08-12Fix clippy: Remove needless borrowsMatthias Beyer
2021-06-16Debug-Print all package details before renderingMatthias Beyer
2021-06-09Add more error contextMatthias Beyer
2021-01-19Fix: Linenumbers should start with 1Matthias Beyer
2021-01-19Fix: Do not add newlines when interpolating script helpersMatthias Beyer
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: writing `&Vec<_>` instead of `&[_]` involves one more reference a...Matthias Beyer
2021-01-15Fix clippy: calling `push_str()` using a single-character string literalMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2021-01-11Fix: Remove indentation from script snippets when building scriptChristoph Prokop
2020-12-16Replace manual Display implementations with deriveMatthias Beyer
2020-12-14Add script helpers: join, joinwithMatthias Beyer
2020-12-14Refactor: Move phase module to packageMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-10Fix: Add missing trailing quoteMatthias Beyer
2020-12-10Remove feature: State message in "OK" case.Matthias Beyer
2020-12-10Move script formatting to Script type definitionMatthias Beyer
2020-12-09Fix: Do not escape anything in handlebars templatesMatthias Beyer
2020-12-07Add script helpersMatthias Beyer
2020-12-07Implement shebang overwritingMatthias Beyer
2020-12-04Add strict script interpolationMatthias Beyer
2020-12-03Fix: Template nameMatthias Beyer
2020-12-03Add ability to use variables from the package in its build script using handl...Matthias Beyer
2020-11-13Remove indention in script phasesMatthias Beyer
2020-11-13Return Script object after job ranMatthias Beyer
2020-11-08Remove unused imports, sort importsMatthias Beyer
2020-11-05Derive Serialize for all typesMatthias Beyer
2020-11-03impl AsRef<str> for ScriptMatthias Beyer
2020-10-22Pass reference to Vec<_> hereMatthias Beyer
2020-10-22Make ScriptBuilder take only a reference to the shebang String objectMatthias Beyer
2020-10-14Add script moduleMatthias Beyer