Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 841 Bytes

dev.md

File metadata and controls

57 lines (37 loc) · 841 Bytes

Development

It is recommended to use VS Code with relevant extensions installed.

Yarn is used as package manager.

Plugin

Install dependencies:

yarn

Format, lint, build and run tests:

yarn test

Use DEBUG environment variable for more logs:

DEBUG=t yarn test

Upgrade dependencies:

yarn up

With Poi

To use development version, inside project directory:

yarn link

and inside appData/poi/plugins:

yarn link poi-plugin-tsundb

Run Poi with TSUNDB_API_URL to connect to a custom server:

TSUNDB_API_URL=http://localhost:12345 ./poi

Run Poi with DEBUG to enable plugin logging:

DEBUG=t ./poi