summaryrefslogtreecommitdiff
path: root/cli/tools/init
AgeCommit message (Expand)Author
2024-10-29refactor(init): inline routing in deno init --serve template (#26595)Yoshiya Hinosawa
2024-09-02fix(cli/tools): correct `deno init --serve` template behavior (#25318)Coty
2024-08-16feat(config/jsr): add license field (#25056)David Sherret
2024-08-08feat: `deno init --serve` (#24897)Bartek Iwańczuk
2024-08-08chore: change property order in generated `deno.json` (#24953)Marvin Hagemeister
2024-07-14fix(init): use bare specifier for `jsr:@std/assert` (#24581)David Sherret
2024-07-12fix(cli/init): broken link in deno init sample template (#24545)vwh
2024-07-09feat(cli): `deno init --lib` (#22499)muddlebee
2024-03-27feat(init): use jsr specifier for @std/assert (#23073)Bartek Iwańczuk
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-09-12fix(init): skip existing files instead of erroring (#20434)Leigh McCulloch
2023-08-29refactor(init): simplify template (#20325)Ryan Dahl
2023-07-24fix(cli/init): update to `assert/mod.ts` (#19924)sitogi
2023-03-23refactor(init): remove CURRENT_STD_URL (#18375)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17fix(init): update comment style (#17074)Pig Fang
2022-12-10feat(init): Generate main_bench.ts by default (#16786)sigmaSd
2022-12-09feat(init): Use jsonc for configuration file (#17002)Bartek Iwańczuk
2022-12-08feat(init): Generate deno.json by default (#16389)Bartek Iwańczuk
2022-09-02fix(init): suppress info logs when using quiet mode (#15741)Geert-Jan Zwiers
2022-08-29refactor(cli): Remove cli/node dependency on cli/compat (#15654)Bartek Iwańczuk
2022-08-20feat: add "deno init" subcommand (#15469)Leo Kettmeir