Michael Withagen
Michael Withagen
In my opinion the CLI is an essential tool for new Aurelia users. Having a broken tool will result in people having a negative experience with Aurelia. Best case scenario...
For the json files your experience is that the current way works better, that is valid reasoning to keep it as-is of course. I would like to make an example...
I would very much like to see a type definition for the cli. Is there any progress on this topic? Does it have any priority? I'm setting up a new...
Ok good to hear, if I can help rewriting some part to ts please let me know where to start. For the generated d.ts file, sure I can share but...
Here's the auto generated file: [aurelia-cli.d.ts.txt](https://github.com/aurelia/cli/files/2896568/aurelia-cli.d.ts.txt) I only edited a single method with different types I think.
@huochunpeng Good time to start 😉 I was skeptic about the benefits at first but I feel like plain JS is holding me back these days. TS helps me improve...
Yes I would love to try! I totally agree on the agile approach, I will try to refrain as much as possible from editing existing files for the first setup.
> > My guidance would be to try to make the smallest possible initial PR to get things in place and working. > > @michaelw85, if you plan to start...
I would like to add a different motivation to prefer js over json config files. In my Aurelia setup I moved all my config files in an npm package (coding...
With the info provided by @swashata I got it working like this: ``` host: "site1.test", proxy: "https://site1.test", bsOverride: { https: { key: "/Users//.config/valet/Certificates/site1.test.key", cert: "/Users//.config/valet/Certificates/site1.test.crt", }, }, ``` Replace ``...