node-simctl

v7.6.1
Wrapper around Apple's simctl binary

build

tsc -b

clean

npm run build -- --clean

rebuild

npm run clean; npm run build

dev

npm run build -- --watch

lint

eslint .

lint:fix

npm run lint -- --fix

prepare

npm run build

test

mocha --exit --timeout 1m "./test/unit/**/*-specs.*js"

e2e-test

mocha --exit --timeout 5m "./test/e2e/**/*-specs.js"
npm i node-simctl

Metadata

Downloads