New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@deskthing/cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deskthing/cli

An emulator for the DeskThing Server

latest
Source
npmnpm
Version
0.11.15
Version published
Weekly downloads
18
-35.71%
Maintainers
1
Weekly downloads
 
Created
Source

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/cli

Usage

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

Keywords

Emulator

FAQs

Package last updated on 23 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts