Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 822 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 822 Bytes

Snipper

Build Status

This is a simple desktop app that lets you save your most frequently used Code Snippets with syntax highlighting.

Screenshots

Update npm and node

sudo npm install -g n

sudo n stable

How to install

git clone https://github.com/piyush0/Snipper

cd Snipper

npm install

npm install electron --save -dev

How to run

npm start

Technologies involved

  • Electron
  • Nodejs
  • NeDB
  • Ace Editor for Syntax Highlighting

TODO

  • Optimise ace and bootstrap packages to reduce size

  • UI improvements