Skip to content

Helps developing and debugging Zengine backend services locally.

Notifications You must be signed in to change notification settings

evert0n/pelican

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pelican

Helps developing and debugging Zengine backend services locally.

Behind the scenes it will create a tunnel to the local backend service using ngrok.

Install

npm install -g git+https://git@github.com:evert0n/pelican.git

Using

$ pelican -h
Usage: pelican [options]

Options:
  -b, --backend-url      Backend service URL ie: http://0.0.0.0:3000   [default: "http://0.0.0.0:3000"]
  -u, --firebase-url     Firebase URL (x-firebase-url)
  -s, --firebase-secret  Firebase secret (x-firebase-secret)
  -p, --plugin           Plugin namespace (x-plugin)
  -a, --access-token     Zengine access token
  -h, --help             Show help                                     [boolean]

The options firebase-url, firebase-secret, plugin and access-token will be inject in the requests headers if provided, this helps in cases when using the backend service with an external service and is not possible to configure custom header, it's common when working with webhooks.

About

Helps developing and debugging Zengine backend services locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published