@eik/cli

v3.1.10
CLI tool for publishing assets to an Eik server

clean

rimraf .tap node_modules types

test

cross-env HTTP_PORT=0 LOG_LEVEL=fatal tap --timeout 60 --disable-coverage

test:integration

cross-env HTTP_PORT=0 LOG_LEVEL=fatal tap --timeout 60 --disable-coverage test/integration/**/*.test.mjs

test:unit

cross-env HTTP_PORT=0 LOG_LEVEL=fatal tap --timeout 60 --disable-coverage test/*.test.mjs

test:tasks

cross-env HTTP_PORT=0 LOG_LEVEL=fatal tap --timeout 60 --disable-coverage test/tasks/*.test.mjs

lint

eslint .

lint:fix

eslint --fix .

format:check

prettier -c .

format:fix

prettier -w .

fix

run-s lint:fix format:fix

types

run-s types:module types:test

types:module

tsc

types:test

tsc --project tsconfig.test.json
npm i @eik/cli

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 10/18/2024

Downloads