0.1.28 • Published 4 years ago

scom v0.1.28

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

@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
0.1.28

4 years ago

0.1.27

4 years ago

0.1.26

4 years ago

0.1.25

4 years ago

0.1.24

4 years ago

0.1.23

4 years ago

0.1.22

4 years ago

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.16

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago