npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

crackers

v0.0.74

Published

Comic rack HTML gallery generator

Downloads

18

Readme

Crackers: Comic Rack Generator

A commandline tool for organizing a directory of .cbr, .cbt, and .cbz files into a pretty comic book reader.

Released under the Boost Software License (Version 1.0).

Tutorial!

For a guided tour of how to use all of crackers' features (including installation, first time setup, updating, lesser known features), please consult the TUTORIAL.md file here:

https://github.com/joedrago/node-crackers/blob/master/TUTORIAL.md

Installation:

npm install -g crackers

Requirements:

Uses external commands unrar, unzip, tar, dwebp (from webp), and (from ImageMagick) convert and composite. The tool will complain wildly if it cannot find these on your machine, and they should be built-in on Windows (no extra installation necessary). If you're missing any of these on OSX, I recommend installing via Homebrew. For linux, use your package manager (typically packages imagemagick and webp).

Commandline Usage:

Syntax: crackers [-h]
        crackers [-v] [-c] [-u]   update   PATH           (aliases: create, generate, gen)
        crackers [-v] [-x] [-t T] organize PATH [PATH...] (aliases: rename, mv)
        crackers [-v] [-x]        cleanup  PATH [PATH...] (aliases: remove, rm, del)

Global options:
        -h,--help         This help output
        -v,--verbose      Verbose output

Update options:
        -c,--cover        Force regeneration of covers
        -d,--download     Show download links when cbr/cbz files are still present
        -u,--unpack       Force reunpack of cbr/cbz files

Organize options:
        -t,--template T   Use template T when renaming. Default: {name}/{issue.3}

Organize / Cleanup options:
        -x,--execute      Perform rename/remove (default is to simply list actions)

Hints and Tips

The basic usage is simply to run crackers with the root of your comic gallery as the only argument to "crackers update". It will make a best effort to not unpack any archives that it doesn't think need to be unpacked, and it will not regenerate any cover art thumbnails as well (both are forceable via the commandline).

If you want to unpack or regenerate any specific subset of your gallery, you can use that subdirectory on the commandline instead, and it'll walk up your file tree to find the actual "root" of the gallery, fixing as minimum of things as possible. Also, you can simply delete whatever subdirs you want and rerun crackers on the root of your gallery, and it will figure it out.

The organize and cleanup commandlines are simple tools used to organize your directories. Use -x with caution!

Libraries Used

  • jQuery: https://jquery.com/