RedcoatAsher / massCode

A free and open source code snippets manager for developers.

Home Page:https://masscode.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

massCode

A free and open source code snippets manager for developers.

GitHub Workflow Status GitHub package.json version GitHub All Releases GitHub

Built with Electron, Vue & Monaco editor.
Inspired by applications like SnippetsLab and Quiver.

https://masscode.io

Overview

massCode - is a free and open source code snippets manager for developers.

The goal of creating this application was mostly my own growth as a developer. Also, I wanted this project to absorb the best of such applications already on the market (both free and paid). At the same time, I wanted this project to be an open source project.

The main feature is a modern editor - Monaco editor, which is used in VS Code. Among the advantages of the editor are rich IntelliSense, validation for TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML.

The editor does not initially support many languages for syntax highlighting, but you can describe the missing ones in declarative form using Monarch.

The editor also supports an easy way to create themes.

At the moment I am working on macOS version, because I use macOS :)

There's still a lot of work ahead!

Development

# install dependencies
yarn
# serve with hot reload
yarn dev

Building

## build application for production
yarn build

Support

If you like the project, you can support it by becoming a backer or sponsor:

About

A free and open source code snippets manager for developers.

https://masscode.io

License:GNU Affero General Public License v3.0


Languages

Language:Vue 51.7%Language:JavaScript 39.2%Language:CSS 7.5%Language:HTML 1.4%Language:Shell 0.2%