From 74e6eb14dd4697ba8bf52e044af0e7dfef49e441 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 23 Jan 2020 16:32:52 -0500 Subject: update readmes (#3765) --- deno_typescript/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'deno_typescript') 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. +[![crates](https://img.shields.io/crates/v/deno_typescript.svg)](https://crates.io/crates/deno_typescript) +[![docs](https://docs.rs/deno_typescript/badge.svg)](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. -- cgit v1.2.3