-
我们运用命令行工具为Laboratoria的LMS解析以markdown格式编写的课程内容
资源介绍
@ laboratoria / curriculum-parser
命令行工具,用于在@Laboratoria中为我们的LMS解析以markdown编写的内容(请参阅 )。
安装
作为项目中的开发依赖项安装:
npm i --save-dev @laboratoria/curriculum-parser
现在,您应该可以使用npx来运行它了:
npx curriculum-parser # when already installed in project
# or alternatively using full package name (with org)
# this works even if nor previously installed.
npx @laboratoria/curriculum-parser
您还可以像下面这样使用npm在全球范围内安装curric