The dead-simple snippet manager
After trying countless snippet managers, I've finally decided that what I need is something that is fast (and quick to use), dead simple, and reliable.
The result? This.
Download the appropriate file from the releases tab to run and install.
(you are going to do all the following in the src/
directory)
Installing dependencies:
npm install
Running the source code:
npm start
Building:
npm run build
Builds the app for macOS, Linux, and Windows, using electron-packager.
MIT © aaronduino