Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 1.58 KB

DEVELOPMENT.md

File metadata and controls

71 lines (51 loc) · 1.58 KB

BUILDTIME REQUIREMENTS

  • Docker 20.10.12+
  • POSIX compatible make
  • rustup 1.25.2+
  • Rust 1.75.0+
  • POSIX compatible tar
  • Provision additional dev tools with make

Recommended

  • a host capable of running musl/Linux containers (e.g. a GNU/Linux, musl/Linux, macOS, or Windows host)
  • Docker First Aid Kit
  • Apply DOCKER_DEFAULT_PLATFORM = linux/amd64 environment variable
  • ASDF 0.10 (run asdf reshim after provisioning)
  • cargo-cache
  • direnv 2
  • POSIX compatible tar
  • tree
  • GNU compatible time
  • a UNIX environment, such as macOS, Linux, BSD, WSL, etc.

Non-UNIX environments may produce subtle adverse effects when linting or generating application ports.

INSTALL BINARIES FROM SOURCE

$ tinyrick install

UNINSTALL BINARIES

$ tinyrick uninstall

SECURITY AUDIT

$ tinyrick audit

LINT

$ tinyrick lint

TEST

$ tinyrick test

PORT

$ tinyrick port

PUBLISH

$ tinyrick publish

CLEAN

$ tinyrick clean