This is a simple desktop app that lets you save your most frequently used Code Snippets with syntax highlighting.
git clone https://github.com/piyush0/Snipper
cd Snipper
npm install
npm install electron --save -dev
npm start
- Electron
- Nodejs
- NeDB
- Ace Editor for Syntax Highlighting
Add a sort by functionality so that snippets can be sorted on the basis of language, title or date.
Creating installation packages for Windows, Mac and Linux
Optimise ace and bootstrap packages to reduce size
UI improvements

