@iniquitybbs/iniquity
v3.0.72
Published
The main sysop/developer interface into iniquity.
Downloads
18
Readme
Iniquity
The iniquity bbs command line interface.
Synopsis
Iniquity 3 is more than just a BBS platform. Designed for both traditional sysops and innovative developers, it offers a consistent experience across Terminal.app, xterm, NetRunner, and more, mirroring precisely what's seen in a web browser. Beyond standard BBS functionalities, it's a toolkit for new terminal-style creations, ensuring seamless communication between BBS applications. It's a playground for modders and a testament to pushing BBS boundaries.
npm install -g @iniquitybbs/iniquity
You will find a iniquity
and iq
command in your path. Both commands do the same thing. Use whichever you prefer.
iq --version
Initialize the current directory as an Iniquity BBS.
iq init
Once the current directory has been initialized you quickly start the BBS with the start
command.
iq server start
While you are developing, you can use the --watch
flag to automatically restart the server when you make changes.
iq server start --watch
Using SyncTerm, you can connect to your BBS at localhost
. Or web browsers can connect to http://localhost
.