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

@iwonz/tong

v1.0.0

Published

A tool for organizing an electronic library. Automation of sorting, optimization of book size, fine work with book metadata, systematization of titles.

Downloads

6

Readme

What?

tong (Wan Shi Tong) - A tool for organizing an electronic library. Automation of sorting, optimization of book size, fine work with book metadata, systematization of titles.

Using as global CLI

npm install -g @iwonz/tong

After this you can call tong command directly from your console, everywhere.

Using once with npx

npx @iwonz/tong %COMMAND%

Using as package on your own source code

yarn add @iwonz/tong

Commands for working with PDF files

All command for working with PDF files are living in tong pdf section.

PdfEditableMetadata:

  • author
  • title
  • creator
  • producer
  • subject
  • keywords
  • creationDate
  • modificationDate

tong pdf get 1.pdf - Print table with PdfEditableMetadata fields and pagesCount field from 1.pdf file. Fields pages, pageIndices and form will be excluded from table because they are not helpfully and very big.

tong pdf clean 1.pdf - Clean all PdfEditableMetadata fields from 1.pdf file.

tong pdf clean 1.pdf 2.pdf - Copy 1.pdf file content to 2.pdf file and clean all PdfEditableMetadata fields from 2.pdf file.

tong pdf clean folder - Not recursively found all .pdf files in folder folder and clean all PdfEditableMetadata fields on them.

tong pdf clean folder -r - Recursively found all .pdf files in folder folder and clean all PdfEditableMetadata fields on them.

tong pdf clean folder folder2 - Not recursively found all .pdf files in folder folder, copy them to folder2 folder and clean all PdfEditableMetadata fields on them.

tong pdf clean folder folder2 -r - Recursively found all .pdf files in folder folder, copy them to folder2 folder flat structure and clean all PdfEditableMetadata fields on them.

Commands for working with EPUB files

tong epub get 1.epub - Print table with metadata (opf files) of 1.epub file.

tong epub encode folder - Encode (zip/archive) folder folder with epub sources to folder.epub file.

tong epub encode folder 1.epub - Encode (zip/archive) folder folder with epub sources to 1.epub file.

tong epub encode folder -f - Encode (zip/archive) folder folder with epub sources to 1.epub file.

tong epub decode 1.epub - Decode (unzip/unarchive) 1.epub file sources to 1 folder.