iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Module: Init

Iniquity Init

summary The super cool command line interface to Iniquity.

example Invoking via the shell

iq init --help

example Invoking via yargs programatically

import Init from "@iniquitybbs/iniquity/dist/src/commands/init"
const init: yargs.CommandModule = new Init()

Table of contents

Classes

Variables

Variables

default

default: yargs.CommandModule

Defined in

iniquity/src/commands/init.ts:86