Skip to content

pm2 & deno  #7137

@michael-spengler

Description

@michael-spengler

First of all again thank you for the great work and with that for deno.

Is there a plan to have something like pm2 for deno - e.g. pm_deno?

Background:
Today I published a module which might seem off topic but it actually saves me and potentially others some time:
https://deno.land/x/http_to_https@v1.1.0

I thought it would be cool to be able to write something like:

pm2 start --interpreter="deno" --interpreter-args="run --allow-net --allow-read" https://deno.land/x/http_to_https@v1.1.0/forwarder.ts

instead of

git clone https://github.com/michael-spengler/http_to_https.git
cd http_to_https
pm2 start  --interpreter="deno" --interpreter-args="run --allow-net --allow-read" forwarder.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions