Skip to content

Commit

Permalink
add: tsdx
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed May 21, 2020
1 parent d9126ce commit 2719529
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/2020-05/004-tsdx/001-get-started.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 2719529

Please sign in to comment.