@eik/service

v3.0.0
Eik REST API as a standalone HTTP service

clean

rimraf .tap node_modules types

lint

eslint .

lint:fix

eslint --fix .

start

node ./bin/eik-server.js | pino-pretty

test

cross-env LOG_LEVEL=fatal npm run test:tap

test:ci

cross-env LOG_LEVEL=trace npm run test:tap

test:snapshots

cross-env LOG_LEVEL=fatal npm run test:tap -- --snapshot

test:tap

tap ./test/**/*.test.js --disable-coverage --allow-empty-coverage

types

run-s types:module types:test

types:module

tsc

types:test

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

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/22/2024

Downloads