Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | refactor(init): simplify template (#20325) | Ryan Dahl | |
- 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. | |||
2022-12-09 | feat(init): Use jsonc for configuration file (#17002) | Bartek Iwańczuk | |
Generate "deno.jsonc" instead of "deno.json" when running "deno init" subcommand. | |||
2022-12-08 | feat(init): Generate deno.json by default (#16389) | Bartek Iwańczuk | |
Updates `deno init` subcommand to create a `deno.json` when initializing a new project. Slightly changes the output, to make it more readable. |