文件名称:advent-of-code
文件大小:102KB
文件格式:ZIP
更新时间:2024-06-06 03:57:21
JavaScript
代码出现 用于帮助初始化/运行JavaScript代码出现挑战的cli。 安装 yarn add advent-of-code # or install globally yarn global add advent-of-code 配置 您可以使用命令行参数(如下所述)配置advent cli,或者可以通过package.json文件配置某些参数。 以下是可用的配置选项。 如果您传递命令行参数,它们将覆盖您的package.json配置。 { "adventConfig" : { "year" : "2016" , "nameTemplate" : "day{{num}}.js" , "templateFile" : "node_modules/advent-of-code/src/templates/day.js" } } package.jso
【文件预览】:
advent-of-code-master
----.gitignore(38B)
----README.md(7KB)
----bin()
--------advent.js(314B)
----.eslintrc(38B)
----package.json(1KB)
----src()
--------cli.js(4KB)
--------run.js(2KB)
--------__tests__()
--------init.js(1KB)
--------templates()
--------lib()
--------util()
----.npmignore(29B)
----yarn.lock(212KB)