Skip to content

coding-blocks/Snipper

 
 

Repository files navigation

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

About

A cross platform desktop app that lets you save your frequently used code snippets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 3.5%