Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 820 Bytes

DEVELOPMENT.md

File metadata and controls

50 lines (33 loc) · 820 Bytes

OVERVIEW

ios7crypt's own compilation process is compatible with standard cargo. We wrap some common workflows with tinyrick tasks for convenience.

BUILDTIME REQUIREMENTS

Recommended

INSTALL BINARIES FROM SOURCE

$ tinyrick install

UNINSTALL BINARIES

$ tinyrick uninstall

BUILD: Doc, Lint, Test, and Compile

$ tinyrick [build]

PORT

$ tinyrick port

PUBLISH

$ tinyrick publish

CLEAN

$ tinyrick clean