https://github.com/fent/node-torrent-cli
CLI for reading, writing, and hash checking torrents
https://github.com/fent/node-torrent-cli
cli hashcheck torrent
Last synced: about 1 year ago
JSON representation
CLI for reading, writing, and hash checking torrents
- Host: GitHub
- URL: https://github.com/fent/node-torrent-cli
- Owner: fent
- License: mit
- Created: 2015-09-26T21:43:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T21:45:20.000Z (about 3 years ago)
- Last Synced: 2025-04-26T07:35:53.376Z (about 1 year ago)
- Topics: cli, hashcheck, torrent
- Language: JavaScript
- Size: 31.3 KB
- Stars: 12
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-torrent-cli
Read, make, and hash check torrents with node.js in the command line!
[](https://david-dm.org/fent/node-torrent-cli)
```bash
Usage: nt [command]
command
make Make a torrent
edit Read a torrent, edit its metainfo variables, and write it. Can't change its files
infohash Return info hash from torrent
pieces Return piece hashes from torrent
name Return name from torrent
announce Return announce url from torrent
announcelist Return announce-list urls from torrent
files Return file paths and lengths from torrent
urllist Return web seed urls from torrent
hashcheck Hash checks torrent file. If no directory is given, will use cwd
```

# Install
```bash
npm -g install nt-cli
```