@deskthing/cli
v0.11.15
Published
An emulator for the DeskThing Server
Maintainers
Readme
Warning: This ReadMe and project is still in development. Not recommended for production use.
@deskthing/cli
An emulator for the DeskThing Server that helps with local development.
Installation
npm install @deskthing/cliUsage
The CLI provides the following commands:
Development Server
Start a local development server:
deskthing dev [options]
Options:
--port: Port for WebSocket server (default: 8891)
Development
To build the project:
npm run build
This will:
- Build the client
- Build the server
- Build the CLI
- Copy necessary process files
Requirements
- Node.js
- npm
Dependencies
- react
- react-dom
- tsm
- ws
- yargs
License
ISC © Riprod
