Package Exports
- granola-toolkit
- granola-toolkit/dist/cli.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (granola-toolkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
granola-toolkit
Toolkit for working with Granola meetings, notes, transcripts, folders, and local workspaces.
Install
npm install -g granola-toolkit
granola --helpWithout a global install:
npx granola-toolkit --helpThe published package exposes both granola and granola-toolkit as executable names.
Quick Start
granola auth login --api-key grn_...
granola sync
granola sync --watch
granola folder list
granola meeting list --limit 10
granola notes --folder Team
granola web
granola tuiIf you prefer to reuse the desktop app session instead, granola auth login still imports it from
supabase.json.
Documentation
The detailed documentation now lives at
kkarimi.github.io/granola-toolkit.
Local docs development:
npm run docs:dev
npm run docs:checkKey docs entry points:
OverviewGetting StartedExportingMeetings and FoldersServer, Web, and TUIAuth and ConfigurationDevelopment
Local Development
curl -fsSL https://vite.plus | bash
vp install
vp pack
node dist/cli.js --help