Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

crxssed7/tankobon

Repository files navigation

header

Tankōbon

End of life

Tankōbon has reached its end of life and will no longer receive any updates. For a similar project, checkout Kaboom which is Tankōbon's spiritual successor and has support for a wider range of comics.

What is Tankōbon?

Manga chapters are often split into volumes (think about how TV shows are split into seasons) which is what we call the Tankōbon format, however, so far I haven't found any central place that documents what chapter is in which volume. This hobby project is an attempt to fix that, and make life easier for those who categorise their manga into volumes.

Linting

Fix linting errors in HTML files:

djlint .

Check linting errors in HTML files:

djlint --list-fixes .

Check linting errors in Python files:

pylint $(git ls-files '*.py')

Fix linting errors in Python files:

black .

Fix linting errors in CSS files:

npm run lint:styles

Fix linting errors in JavaScript files:

npm run lint:js