Skip to content

A cute PasteCat for storing and sharing your code snippets

License

Notifications You must be signed in to change notification settings

astrajoan/pastecat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.