https://github.com/json2d/yarn-tsdx
https://github.com/json2d/yarn-tsdx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/json2d/yarn-tsdx
- Owner: json2d
- Created: 2022-03-19T03:42:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T13:37:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T04:42:09.716Z (5 months ago)
- Language: TypeScript
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
yarn-tsdx
this is a [Yarn workspace](https://yarnpkg.com/features/workspaces) project composed of [multiple packages](#packages) for individual [TSDX](https://tsdx.io/) projects for quick and easy [TypeScript](https://www.typescriptlang.org/) development


## getting started
to install project dependencies:
```sh
yarn install
```to build all the packages:
```
yarn workspaces run build
```to build a package individually:
```
cd packages/*
yarn build
```> don't forget the build step because the builds are the targets when importing between sibling packages, not the source code itself!
## packages
- [`thing`](https://github.com/json2d/yarn-tsdx/blob/main/packages/thing)
- [`thingy`](https://github.com/json2d/yarn-tsdx/blob/main/packages/redux)