atcoder-cli:AtCoder命令行工具

时间:2021-01-29 22:30:52
【文件属性】:
文件名称:atcoder-cli:AtCoder命令行工具
文件大小:118KB
文件格式:ZIP
更新时间:2021-01-29 22:30:52
cli competitive-programming unofficial atcoder CommandlineinterfaceTypeScript atcoder-cli 命令行工具 获取比赛信息 创建比赛项目目录使用自定义模板自动配置 与 提交没有指定网址的代码 自动下载样本输入/输出 要求 node.js (可选,但推荐) 安装 $ npm install -g atcoder-cli 用法 $ acc login # login your atcoder account $ acc session # check login status $ # your login session will be saved to a local file, but your password won't be saved $ # to delete the session file, use `acc logout` $ acc new abc001 # "abc001/" directory will be created $ cd abc001/ $ acc contest # show the contest information $ acc tasks # show task list $ acc add $ cd a/ $
【文件预览】:
atcoder-cli-master
----package.json(2KB)
----schema()
--------acc-template-schema.json(1KB)
--------acc-project-schema.json(2KB)
----tests()
--------__tests__()
--------utils()
----LICENSE(1KB)
----package-lock.json(293KB)
----src()
--------di()
--------help.ts(2KB)
--------cookie.ts(3KB)
--------atcoder.ts(6KB)
--------facade()
--------project.ts(9KB)
--------imports.ts(112B)
--------template.ts(7KB)
--------config.ts(913B)
--------commands.ts(16KB)
--------session.ts(5KB)
--------cli()
----tsconfig.json(367B)
----.gitignore(45B)
----webpack.config.js(375B)
----CHANGELOG.md(871B)
----.npmrc(37B)
----README.md(4KB)
----.editorconfig(200B)

网友评论