summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
blob: a458da9f1b73339c123b99e23e04b7779f6c06ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

pub mod bench;
pub mod check;
pub mod clean;
pub mod compile;
pub mod coverage;
pub mod doc;
pub mod fmt;
pub mod info;
pub mod init;
pub mod installer;
pub mod jupyter;
pub mod lint;
pub mod registry;
pub mod repl;
pub mod run;
pub mod serve;
pub mod task;
pub mod test;
pub mod upgrade;