8 releases

Uses old Rust 2015

0.0.8 Jan 14, 2024
0.0.7 Jan 5, 2024
0.0.6 Apr 4, 2023
0.0.3 Nov 1, 2018
0.0.2 Oct 31, 2018

#255 in Testing

Download history 78/week @ 2023-12-31 5/week @ 2024-01-07 21/week @ 2024-01-14 4/week @ 2024-02-18 36/week @ 2024-02-25 2/week @ 2024-03-03 6/week @ 2024-03-10 1/week @ 2024-03-17 30/week @ 2024-03-31 112/week @ 2024-04-07 2/week @ 2024-04-14

144 downloads per month
Used in 4 crates

BSD-2-Clause

7KB
112 lines

tinyrick_extras: common tasks for tinyrick projects

EXAMPLE

$ cd example

$ tinyrick
running 1 test
test smoketest ... ok
...
Value(94)
Buzz
Fizz
Value(97)
Value(98)
Fizz
Buzz

ABOUT

tinyrick_extras defines some common tasks, such as unit tests, linting, generating API documentation, publishing packages, installing and uninstalling packages, for your tinyrick projects. Boom. Take what works for your build workflow, leave the rest.

Check out the example project.

CRATE

https://crates.io/crates/tinyrick_extras

API DOCUMENTATION

https://docs.rs/tinyrick_extras/latest/tinyrick_extras/

LICENSE

BSD-2-Clause

RUNTIME REQUIREMENTS

  • ASDF 0.10 (run asdf reshim after each Rust application binary installation)
  • cargo-cache
  • crit ports Rust applications
  • direnv 2
  • POSIX compatible tar

CONTRIBUTING

For more details on developing tinyrick_extras itself, see DEVELOPMENT.md.

Dependencies

~190KB