vapor / service

📦 Dependency injection / inversion of control framework.
MIT License
85 stars 9 forks source link

Create Vapor Provider template #10

Open kdawgwilk opened 6 years ago

kdawgwilk commented 6 years ago

It would nice to create a new Vapor provider project with a simple command like vapor new MyProvider --template provider

tanner0101 commented 6 years ago

(still wanna do this for vapor 3, just removing the milestone for organization)

tanner0101 commented 6 years ago

I've added a guide for creating providers to the docs: https://docs.vapor.codes/3.0/service/provider/#create

Next step will be the provider template.