Visit our live website at https://pastecat.io
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!
To install the cli package, run:
$ cd cli && npm install && sudo ./install.sh
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
Made with contrib.rocks.