tinyrick_extras

Crates.iotinyrick_extras
lib.rstinyrick_extras
version0.0.8
sourcesrc
created_at2018-10-27 17:49:19.573146
updated_at2024-01-14 20:48:33.350367
descriptioncommon tasks for tinyrick projects
homepagehttps://github.com/mcandre/tinyrick_extras
repository
max_upload_size
id92959
size11,468
Andrew (mcandre)

documentation

https://docs.rs/releases/search?query=tinyrick_extras

README

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

Recommended

  • 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.

Commit count: 0

cargo fmt