# TinyCodes ![main](https://github.com/y-not-u/tinycodes/actions/workflows/main.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Github All Releases](https://img.shields.io/github/downloads/y-not-u/tinycodes/total.svg)]() 一个易用又美观的代码管理软件 ![dark.png](https://vip2.loli.io/2022/04/04/d1lrztsYIKcbJFi.png) ### 特色: - 支持 60+语言高亮 - 美观的界面 - 数据完全离线 - WebDav 同步(开发中) ### 安装 我们提供了编译好的版本,在[Release](https://github.com/y-not-u/tinycodes/releases)页面下载。 #### MacOS MacOS 没有进行任何测试,不保证其可用性。因为目前没有在 MacOS 上运行过。 非常欢迎你进行优化并提交。 ### 开发 ```bash git clone https://github.com/y-not-u/tinycodes pnpm i # yarn / npm pnpm run start # dev pnpm run package # build release ``` _[pnpm](https://pnpm.io)是一个速度快、节省磁盘空间的软件包管理器_