You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ijstech/cli

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ijstech/cli

Command line tool to create new package for Secure Compute framework.

0.1.57
latest
Source
npmnpm
Version published
Weekly downloads
46
-8%
Maintainers
1
Weekly downloads
 
Created
Source

@ijstech/cli

Command line tool to create new package for Secure Compute framework.

Usage

Step 1: Create a new folder

mkdir demo
cd demo

Step 2: Initialize a worker/router package

npx @ijstech/cli init <worker/router/contract/dapp> <name>
e.g.: npx @ijstech/cli init worker @scom/demo1

Step 3: Install package dependencies

npm i

for npm 9.x

npm i --install-links=false

or

docker-compose up install

Step 4: Run unit test

npm run test

or

docker-compose up test

Step 5: Build package

npm run build

or

docker-compose up build

FAQs

Package last updated on 10 Jun 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