@eik/cli

v2.0.34
Cli tool for publishing assets

fix

npm run lint:fix && npm run format:fix

test

HTTP_PORT=0 LOG_LEVEL=fatal tap --no-coverage-report --no-cov --timeout 0 --test-regex=.test.js --test-ignore=node_modules

test:ci

npm run test:unit -- --jobs=1 && npm run test:tasks -- --jobs=1 && npm run test:integration -- --jobs=1

lint:fix

eslint --fix .

test:unit

HTTP_PORT=0 LOG_LEVEL=fatal tap --no-coverage-report --no-cov --timeout 0 test/*.test.js

format:fix

prettier -w .

lint:check

eslint .

test:tasks

HTTP_PORT=0 LOG_LEVEL=fatal tap --no-coverage-report --no-cov --timeout 0 test/tasks/*.test.js

format:check

prettier -c .

test:integration

HTTP_PORT=0 LOG_LEVEL=fatal tap --no-coverage-report --no-cov --timeout 0 test/integration/**/*.test.js
npm i @eik/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 4/11/2024

Downloads