Ryan Dahl
|
f76bfbbe33
|
refactor(init): simplify template (#20325)
- Don't include benchmark file - most people won't need this.
- Use deno.json instead of deno.jsonc, because it's a more common file
format.
|
2023-08-29 19:58:56 +00:00 |
|
Bartek Iwańczuk
|
6794d9fe5d
|
feat(init): Use jsonc for configuration file (#17002)
Generate "deno.jsonc" instead of "deno.json" when running "deno init"
subcommand.
|
2022-12-09 23:55:03 +01:00 |
|
Bartek Iwańczuk
|
a6b5d05311
|
feat(init): Generate deno.json by default (#16389)
Updates `deno init` subcommand to create a `deno.json` when initializing
a new project.
Slightly changes the output, to make it more readable.
|
2022-12-08 06:34:28 +01:00 |
|