Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (40 loc) · 700 Bytes

README.md

File metadata and controls

52 lines (40 loc) · 700 Bytes

armoury

The package manager for buckler.

Getting Started

Installing

Sorry. Installer will support Windows for the future.

How To Use

Install Signature

$ armoury install -r auther/name

Install Scanner

$ armoury install -r auther/name

Uninstall Signature

$ armoury uninstall -r auther/name

Uninstall Scanner

$ armoury uninstall -r auther/name

Init Signature

$ mkdir project
$ cd project
$ armoury init -t signature

Init Scanner

$ mkdir project
$ cd project
$ armoury init -t scanner

Init Blocker

$ mkdir project
$ cd project
$ armoury init -t blocker