diff options
Diffstat (limited to 'deno_typescript/README.md')
-rw-r--r-- | deno_typescript/README.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/deno_typescript/README.md b/deno_typescript/README.md index d51e88e72..c2fb7f5a5 100644 --- a/deno_typescript/README.md +++ b/deno_typescript/README.md @@ -1,8 +1,7 @@ -This crate provides utilities to compile typescript, bundle it up, and create a -V8 snapshot, all during build. This allows users to startup fast. +# Deno TypeScript Crate -The cli_snapshots crate, neighboring this one uses deno_typescript at build -time. +[](https://crates.io/crates/deno_typescript) +[](https://docs.rs/deno_typescript) -This crate does not depend on Node, Python, nor any other external dependencies -besides those listed as such in Cargo.toml. +This crate provides utilities to compile typescript, bundle it up, and create a +V8 snapshot, all during build. Snapshots allow the executable to startup fast. |