Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 629 Bytes

File metadata and controls

8 lines (4 loc) · 629 Bytes

Snippet Generator

This project is a code overhaul of Pawel Grzybek’s Snippet Generator.

The Snippet Generator is a React App to help you create code snippet in VS Code, Atom, and Sublime text. I rewrote the code form the ground up to use React Hooks instead of class components. I also made the app scale much more easily while making it modular. It is now possible to create a generator for a new editor by simply creating a component and a single reference.

I am hosting the code on Netlify and a link can be found here.