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