embedme:将代码段嵌入到markdown文档中的实用程序

时间:2021-02-04 05:28:05
【文件属性】:
文件名称:embedme:将代码段嵌入到markdown文档中的实用程序
文件大小:145KB
文件格式:ZIP
更新时间:2021-02-04 05:28:05
markdown snippets multi-language embedme MarkdownTypeScript EmbedMe 将源文件嵌入到markdown代码块中的简单实用工具, 用法 在当前工作目录中使用README.md ,为一种添加代码块,然后仅在注释中加上文件路径就可以启动该代码块。 例如 This is a *markdown* document with a code block: ```ts // example.ts ``` 接下来,运行以下命令 npx embedme README.md 等等! 您的README.md文件将使用源文件的内容进行更新: This is a *markdown* document with a code block: ```ts // examp
【文件预览】:
embedme-master
----.prettierignore(69B)
----.gitignore(629B)
----tsconfig.json(5KB)
----README.md(7KB)
----test()
--------test.ts(2KB)
--------fixtures()
--------snapshots()
----examples()
--------example.re(88B)
--------example.rei(27B)
--------example.ts(95B)
--------example.md(319B)
----LICENSE(1KB)
----package.json(2KB)
----prettier.config.js(331B)
----src()
--------embedme.ts(4KB)
--------embedme.lib.ts(13KB)
--------types()
----example.ts(100B)
----.npmignore(22B)
----.travis.yml(360B)
----readme()
--------help-output.txt(806B)
--------output-to-std-out.sh(48B)
--------asciinema()
----.editorconfig(246B)
----yarn.lock(256KB)

网友评论