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-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