-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Description
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
Labels
No labels