proc-that-elastic-loader

v2.0.0
Loader for proc-that. Loads processed items into an elasticsearch index.
etl node typescript proc-that elastic elasticsearch

clean

del-cli ./dist ./coverage

build

npm run clean && tsc -p ./config/tsconfig.build.json

develop

npm run clean && tsc -p .

lint

npm run lint:ts && npm run prettier

lint:fix

npm run lint:ts:fix && npm run prettier:fix

lint:ts

eslint --max-warnings=-1

lint:ts:fix

eslint --max-warnings=-1 --fix

prettier

prettier --config .prettierrc.json --list-different "./**/*.{ts,tsx}"

prettier:fix

prettier --config .prettierrc.json --list-different "./**/*.{ts,tsx}" --write

test

npm run lint && npm run clean && jest -c ./jest.json

test:watch

npm run clean && jest -c ./jest.json --watch
npm i proc-that-elastic-loader

Metadata

  • MIT
  • >=16
  • Christoph Bühler
  • released 12/20/2022

Downloads