-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Let's say I made an application, like a session config service built with Workers, named workers-session-service on npm. I'd like to be able to be able to share it with folks, and let them be able to deploy it without writing any code. So, this should work:
npm install workers-session-service: installs the packagenpx wrangler dev workers-session-service: should spin it up locallynpx wrangler publish workers-session-service: should publish it to the edge
It should also read from wrangler.toml if available. Which leads to fun questions about provisioning resources like kv automatically (which we've discussed before). Still, being able to do just the above should make distribution easier.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request