writegrid
v0.1.5
Published
Terminal client for Write Grid, a synced page-based bullet journal. Run `writegrid` in any terminal.
Maintainers
Readme
writegrid
Terminal client for Write Grid, a synced, page-based bullet journal. Same account, same pages, right in your terminal.
Usage
Run it directly, no install step required:
npx writegridOr install it globally:
npm install -g writegrid
writegridRequires Node.js 18 or later.
Source
This package is built from src/terminal
in the write-grid monorepo, which
also contains the web app this terminal client stays in sync with.
Releasing (maintainers)
The published bundle (dist/cli.js) is generated, not checked in. To cut a
new release:
- Bump
"version"in this directory'spackage.json(npm rejects re-publishing an existing version). - Build and sanity-check the bundle:
cd packages/terminal npm run build - Log in to npm, if this machine isn't already authenticated:
npm login - Publish (
prepublishOnlyre-runs the build automatically):npm publish - Verify:
npx writegrid@latest
No --access public flag is needed since writegrid is an unscoped package.
