Skip to content

carlgieringer/sophistree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sophistree monorepo

Sophistree is a Chrome extension for mapping arguments.

screenshot

This repository is a monorepo containing code for the Sophistree browser extension and the tapestry-highlights npm package which Sophistree uses.

See the READMEs in the respective subdirectories under packages for details:

Scripts

  • npm run check-all: run all checks except for snapshot tests.
  • npm run test-snapshots --workspace=packages/tapestry-highlights: run snapshot tests.

Browser extension quick quick start

npm install
npm run watch-all

Then load the extension unpacked from the packages/browser-extension/dist/dev/ folder.