superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.37k stars 226 forks source link

Meteor 3 scanner #3724

Closed kylemclaren closed 3 weeks ago

kylemclaren commented 3 weeks ago

Change Summary

What and Why: A scanner for Meteor apps. Much anticipated Meteor 3 launch is coming in the next week or two. This is a (formerly) huge community so it would be good to cater to these apps in the scanner.

Related:

Test

git clone github.com/fly-apps/meteor-3-demo
rm Dockerfile fly.toml
git clone github.com/superfly/flyctl
cd flyctl
git checkout feat/meteor-scanner
make build
cd meteor-3-demo
/path/to/built/flyctl launch

Documentation