Snippet manager built with Electron, Lit & monaco-editor
At this time, this supports for macOS only.
yarn install
yarn electron:dev
# build the app (depends on your architecture)
yarn app:build
# for Mac x64
yarn app:build:mac:x64
# for Mac arm64
yarn app:build:mac:arm64
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.