Skip to content

crxssed7/tankobon

Repository files navigation

header

Tankōbon

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