markthree
markthree
tov-template vite + vue3 + ts 开箱即用现代开发模板 ## [仓库地址](https://github.com/dishait/tov-template) 🦖 Github 👉 [tov-template](https://github.com/dishait/tov-template) ## 动机 🐗 为什么要做这个 **模板** 呢? 1. 为下次开发节省浪费在配置上的时间 2. 结合主流插件整合现代开发架构,提高开发效率 ## 特点 🐳 1. Vite 的 2....
Closing: 00 **Tasks**: --- * [ ] issue connected * [x] summary * [ ] self review **Summary**: --- We don't need too complicated npmignore. Only need to be in...
tov-template vite + vue3 + ts 开箱即用现代开发模板 ## [仓库地址](https://github.com/dishait/tov-template) 🦖 Github 👉 [tov-template](https://github.com/dishait/tov-template) ## 动机 🐗 为什么要做这个 **模板** 呢? 1. 为下次开发节省浪费在配置上的时间 2. 结合主流插件整合现代开发架构,提高开发效率 ## 特点 🐳 1. Vite 的 2....
tov-template vite + vue3 + ts 开箱即用现代开发模板 ## [仓库地址](https://github.com/dishait/tov-template) 🦖 Github 👉 [tov-template](https://github.com/dishait/tov-template) ## 动机 🐗 为什么要做这个 **模板** 呢? 1. 为下次开发节省浪费在配置上的时间 2. 结合主流插件整合现代开发架构,提高开发效率 ## 特点 🐳 1. Vite 的 2....
👀 The [Globby](https://github.com/sindresorhus/globby) supports `string[]`,and using streams for copy can support large files
go-get-folder-size 递归获取文件夹大小,使用 go,足够快,可以跑在 node 中 ## 仓库 Github 👉 [go-get-folder-size](https://github.com/markthree/go-get-folder-size) ## 特性 - 🦕 [二进制 go](./src/bin.ts) - 🦖 [原生 node](./src/node.ts) - 🐊 [wasm go](./src/wasm.ts) ## 动机 想要快速知道文件夹大小,但 nodejs 实现的 [get-folder-size](https://github.com/alessioalex/get-folder-size)...
useScrollBarStyle 响应式可编程的滚动条样式 (vue3) ## Motivation 大多数人都会选择改掉 `web` 原生难看的滚动条样式,但是原生滚动条的选择器实在是复杂。所以有了这个库,当然得益于 `vue3` 的支持,一切都是响应式可编程的,例如你可以根据不同场景变换滚动条的样式,尤其是在 `web` 网站有多主题需求时,一切都会变得简单。 ## Usage ### install ```shell npm i use-scroll-bar-style ``` ### import ```html import { useScrollBarStyle } from 'use-scroll-bar-style'...
# [udeno](https://github.com/dishait/udeno) 生产环境下为 node 包提供开箱即用的 [deno](https://deno.land/x) 支持 传送门 :point_right: [udeno](https://github.com/dishait/udeno) ## Motivation 在我开发 node 包时,发布到 [npm](https://www.npmjs.com/) 的同时,也希望它能支持发布在 [Third Party Modules | Deno](https://deno.land/x) 上 ## Usage ### install ```shell npm i...
# 仓库 📦 [dishait/x-pm: 通用项目管理器](https://github.com/dishait/x-pm) ## 动机 最近本地项目数量膨胀,管理项目的效率越来越低。 例如,我不能很快地知道本地是否有该项目,项目的占用大小,用的什么语言,什么运行时,以及最后的更新时间和项目的创建时间等等信息。也不能很快地打开对应项目的文件夹,或者快速用 `vscode` 打开它们.... 所以为了提高项目管理效率,有了这个本地通用项目管理器 [x-pm](https://github.com/dishait/x-pm),允许我们轻松地管理多语言项目,了解本地项目的方方面面。 ## 演示 > 以下是 [x-pm](https://github.com/dishait/x-pm) 的效果演示,欢迎 `pr` 或者提 `issue` ### 导入 导入工作区,就会自动分析和保存所有项目信息  有时候我们可能有多个工作区  ### 暗黑模式...