https://github.com/ospoon/awesome-examples
整合各种依赖库使用示例
https://github.com/ospoon/awesome-examples
List: awesome-examples
Last synced: 4 months ago
JSON representation
整合各种依赖库使用示例
- Host: GitHub
- URL: https://github.com/ospoon/awesome-examples
- Owner: OSpoon
- License: mit
- Created: 2022-10-16T14:29:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T07:24:46.000Z (over 3 years ago)
- Last Synced: 2025-10-31T23:02:01.326Z (7 months ago)
- Language: Vim Script
- Size: 11.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awesome-examples
整合各种依赖库使用示例
1. 执行ts脚本:使用`esno`模块;
2. 读写文件:使用`fs-extra`模块;
3. md=>html:使用`markdown-it`模块;
4. md代码高亮:使用`highlight.js`模块;
5. md自定义容器:使用`markdown-it-container`模块;