browser extension written in nim
| ext | ||
| src | ||
| .gitignore | ||
| config.nims | ||
| LICENSE | ||
| nimble.lock | ||
| package.json | ||
| pnpm-lock.yaml | ||
| procurator.nimble | ||
| README.md | ||
| todo.md | ||
| unocss.config.ts | ||
Procurator
setup
To build the extension you should have nimble and pnpm handy.
nimble setup -l
pnpm install
To generate an extension bundle use the below command, with an optional -d:chrome to build for chromium browsers.
nim build -d:buildExt # -d:chrome
Note: it currently fails to compile
status - incomplete
missing features:
- state handling
- configuration