swordfish-agent
v1.1.0
Published
Swordfish CLI Server - Run the Swordfish server without Electron
Readme
Swordfish CLI
A command-line tool to run the Swordfish server without Electron.
Installation
npm installUsage
Run the server from any directory:
node bin/swordfish.jsOr after npm link or publishing:
swordfishThe server will:
- Start on
http://localhost:8765 - Use the current working directory as the default working directory
- Error if port 8765 is already in use
- Shut down gracefully on Ctrl+C
Development
npm start