Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leolee9086/noob
重构后的发布示例
https://github.com/leolee9086/noob
Last synced: 7 days ago
JSON representation
重构后的发布示例
- Host: GitHub
- URL: https://github.com/leolee9086/noob
- Owner: leolee9086
- License: agpl-3.0
- Created: 2022-05-13T20:58:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T16:56:05.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:43:07.634Z (3 months ago)
- Language: TypeScript
- Homepage: http://162.14.82.132/block/20220510191122-gnxim1b
- Size: 111 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 功能
思源笔记的一个代码片段包,包含一些常用的增强功能。
### 子服务管理
在渲染进程中拉起子程序,简单的程序监控和自动重启.
### 源代码转译
实现位于 https://github.com/leolee9086/noob-service-compiler , 包含一个本地的esm.sh部署和简单的typeScript||sass等代码的转译功能.
esm.sh的使用参考https://github.com/ije/esm.sh
### 思源笔记内容发布
实现位于https://github.com/leolee9086/noob-service-sypublisher
#### 支持反向链接、关系图等
支持反向链接和关系图的发布,详细内容参考noob-service-sypublisher的readme(应该还没有写)。
## 组成部分
### noob-core
可外置的思源代码模块,提供插件系统编译服务和服务系统支持,
https://github.com/leolee9086/noob-core
这个模块是noob所有功能的基础,安装和引入方式参考
https://github.com/leolee9086/noob-core