1.0.1 • Published 7 years ago

pawpt v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Pawprint CLI

A Node.js utility tool to create and manage Pawprints HTTP traces.

Example

You can create a Pawprint out of any curl command:

curl  --trace - https://httpbin.org/get | pawpt

This will allow you to view on a nice webpage or share it as a short link.

Options

  • -p, --private Create a private Pawprint. This means the Pawprint will be created with an access token, so only people who you share the full URL (including access token) with, will be able to access the data. Also, this means the Pawprint won't be indexed by search engines.
  • -c, --copy Copies the public share link in the clipboard so it's ready to paste in another app.

Dependencies

This tool is based one a few other open source projects, mostly:

License

This repository is released under the MIT License. Feel free to fork, and modify! Copyright © 2016 Paw Inc.