I want to init a webpack template in my current project `my/project` folder by running ``` bash ➜ my/project vue init webpack ``` instead of jumping out and run `$ vue init webpack my/project`. How to do it?