This standalone CLI has been archived. Active development moved to the public CodeCache monorepo, which now contains the CLI, browser app, API, product site, and documentation.
Install the current CLI:
npm install --global https://github.com/tanRdev/codecache/releases/latest/download/codecache-cli.tgzThen start a new local library:
cache initThe 0.1.x vault format in this repository is different from the current
CodeCache profile and storage format. Existing vaults are not migrated
automatically. Keep a backup of the entire vault directory, including
cache.sqlite and attachments/, before trying a newer release.
The source and historical releases remain available for existing users, but this repository no longer receives features or fixes. Please open new issues in tanRdev/codecache.