1.1.2 • Published 4 years ago

short-fire v1.1.2

Weekly downloads
47
License
-
Repository
github
Last release
4 years ago

🔥Short fire (Beta)

Self-hosted shortened URL genarator for Firebase hosting

Problem

Current shortened URL services such as Bit.ly do not support free of charge custom domain support. It makes user need to pay expensive fee for personal use.

Solution

Firebase hosting supports re-directing URL to another domain without charge any cent.

Limitations

  • No analytics provided.
  • No remote database provided, please backup configuration frequently.

Pre-requisites

  • NPM or Yarn

Installation

npm install -g short-fire

How to

CommandDescription
short-fire initInitialize short-fire for create configuration.
short-fire create [url] <slug>Create shortened URL. Option slug is optional.
short-fire list <q>List all available URLs. Use option q for searching.
short-fire dumpDump Firebase configuration for backup purpose.
short-fire restore <file>Restore configuration from file.
short-fire delete [slug]Delete URL by specifying slug.