thedaviddias / 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

The second version in beta stage is available in the v2 branch, builds are available in the releases

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.

Official Website | Documentation | Change Log

Supporting

massCode is open source project and completely free to use.

However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. You can support massCode development via the following methods:

Donate via Open Collective Donate via Patreon Donate via PayPal Donate via Bitcoin

Overview

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.

massCode allows you to organize snippets using multi-level folders as well as tags. Each snippet has fragments - tabs, which gives even greater level of organization

A snippets manager must not only provide organization of snippets but also have a good code editor. That's why under the hood of massCode there's Monaco editor. Monaco is a modern code editor from Microsoft which is used in one of the most popular editor VS Code. The editor provides IntelliSense, validation for TypeScript, JavaScript, CSS, LESS, SCSS, JSON, HTML. It's also added a super productive Emmet and Prettier to code formatter.

Development

# install dependencies
yarn
# serve with hot reload
yarn dev

Building

## build application for production
yarn build

License

AGPL-3.0

Copyright (c) 2019-present, Anton Reshetov.

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.2%Language:JavaScript 40.1%Language:SCSS 6.4%Language:EJS 1.2%Language:CSS 1.1%Language:Shell 0.2%