Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 717 Bytes

File metadata and controls

27 lines (19 loc) · 717 Bytes

A Demonstration of incur

A small Incur CLI that ships through npm and as standalone macOS, Linux, and Windows executables.

Install

Install the npm package:

npm i -g incur-demo
incur-demo greet Ada

Or install the standalone executable:

curl -fsSL https://github.com/wevm/incur-demo/releases/latest/download/install.sh | sh
irm https://github.com/wevm/incur-demo/releases/latest/download/install.ps1 | iex

Both distributions support incur-demo --update. Package installations update through their package manager. Standalone executables download the matching verified GitHub Release asset. The standalone executables are unsigned.