3 个不稳定版本
0.2.0 | 2021年5月29日 |
---|---|
0.1.1 | 2021年5月14日 |
0.1.0 | 2021年5月14日 |
#13 in #stories
15KB
400 行
将 instory.su 内部故事格式转换为 Ink 故事。
该软件包提供了一个命令行界面,它接受故事 URL、故事 ID 或导出的 .json
文件,并生成等效的 Ink 故事。
使用示例
# With story URL
inkstory https://instory.su/story/12345 > story.ink
# With a URL that exports JSON
inkstory https://example.com/story.json > story.ink
# With a JSON file
inkstory ./story.json > story.ink
# With a story ID
inkstory 12345 > story.ink
选项 --fix-rn
将所有出现的两个字母 "rn" 替换为新行。
依赖项
~6.5–9MB
~176K SLoC