Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (47 loc) · 1.18 KB

DEVELOPMENT.md

File metadata and controls

66 lines (47 loc) · 1.18 KB

BUILDTIME REQUIREMENTS

  • rustup 1.25.2+
  • Rust 1.68.2+
  • Docker 20.10.12+
  • zip
  • cmake 3.4+
  • ninja 1.11.1+
  • a POSIX compliant make implementation (e.g. GNU make, BSD make, etc.)
  • Provision additional dev tools with make -f install.mk

Recommended

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