Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 882 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 882 Bytes

PasteCat

Visit our live website at https://pastecat.io

Development

NOTE: Please make sure to have config.js with Firebase API key ready in the root directory of this repository in order to build/run any applications!

CLI tool usage

Installation

To install the cli package, run:

$ cd cli && npm install && sudo ./install.sh

Examples

Initialize user profile:

$ pastecat init

To get a paste with pasteId:

$ pastecat get <pasteId>

To generate a new pastecat with local file:

$ pastecat store <filepath>

To generate new pastecat with stdout:

$ echo <output> | pastecat store

Contributors

Made with contrib.rocks.