posthog-plugin-server

v0.3.2
PostHog Plugin Server

test

jest --runInBand

start

yarn start:dev

start:dist

node dist/src/index.js --config "{\"BASE_DIR\": \"../posthog\"}"

start:dev

ts-node-dev --exit-child src/index.ts --config "{\"BASE_DIR\": \"../posthog\"}"

build

yarn clean && yarn compile

clean

rimraf dist/*

compile

tsc -p .

lint

eslint .

lint:fix

eslint --fix .

prettier

prettier --write .

prettier:check

prettier --check .

prepublishOnly

yarn test && yarn build

task:db-init

ts-node ./tasks/db-init.ts

Metadata

  • MIT
  • Whatever
  • Marius Andra
  • released 12/8/2020

Downloads

Maintainers