Socket
Book a DemoInstallSign in
Socket

@interopio/iocd-cli

Package Overview
Dependencies
Maintainers
12
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interopio/iocd-cli

CLI tool for setting up, building and packaging io.Connect Desktop platforms

latest
npmnpm
Version
0.0.25
Version published
Maintainers
12
Created
Source

@interopio/iocd-cli

CLI tool for setting up, building and packaging io.Connect Desktop projects.

Requirements

  • Node.js ≥18.0.0
  • npm ≥8.0.0
  • Windows 10+ or macOS 10.15+

Usage

1. Create a new project

npm install -g @interopio/iocd-cli@latest 
iocd create

Follow the instructions.

2. Setting up the repository

cd <proj_name>
npm install
icod setup 

3. Start io.Connect Desktop in development mode

iocd dev

4. Build and package for distribution

Prerequisites:

Windows

Code signing is turned off by default. See Windows Build Guide for production builds.

macOS

For macOS builds, you need:

  • Apple Developer Program membership
  • Valid code signing certificates
  • Xcode and Command Line Tools

See macOS Build Guide for detailed setup instructions.

iocd build

5. Start template apps in development mode

iocd apps start

6. Run tests

iocd test

Configuration

The main configuration file is located at config/iocd.cli.config.json

Note 1: Look at the config/iocd.cli.config.json win/mac sections for code signing options on Windows and macOS
Note 2: Look at config/forge.config.js for configuration about packaging and publishing

License key

Your license key should be at config/iocd.license.key

Keywords

io.connect

FAQs

Package last updated on 04 Nov 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