inkstory

Crates.ioinkstory
lib.rsinkstory
version0.2.0
sourcesrc
created_at2021-05-14 21:57:55.441621
updated_at2021-05-29 00:57:38.055526
descriptionConvert interactive stories between Instory and Ink formats
homepagehttps://github.com/kinrany/inkstory
repositoryhttps://github.com/kinrany/inkstory
max_upload_size
id397577
size31,647
Ruslan Fadeev (Kinrany)

documentation

https://docs.rs/inkstory

README

Convert instory.su internal story format into Ink stories.

This crate provides a CLI that takes a story URL, story ID, or an exported .json file, and generates an equivalent Ink story.

Usage examples:

# 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

Option --fix-rn replaces all occurences of the two letters "rn" with newlines.

Commit count: 22

cargo fmt