From 27195298aed22731054637220f284d054f76aab6 Mon Sep 17 00:00:00 2001 From: afeiship <1290657123@qq.com> Date: Thu, 21 May 2020 11:24:16 +0800 Subject: [PATCH] add: tsdx --- src/2020-05/004-tsdx/001-get-started.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/2020-05/004-tsdx/001-get-started.md b/src/2020-05/004-tsdx/001-get-started.md index fdddf7c..783a09a 100644 --- a/src/2020-05/004-tsdx/001-get-started.md +++ b/src/2020-05/004-tsdx/001-get-started.md @@ -1,3 +1,22 @@ # get-started - https://github.com/jaredpalmer/tsdx#readme - https://github.com/splitbee/react-notion + + +> Zero-config CLI for TypeScript package development https://npm.im/tsdx + + +## quick start +~~~ +npx tsdx create mylib +cd mylib +yarn start +~~~ + + +```shell +npm i -g tsdx + +tsdx --version +# tsdx, 0.13.2 +```