An open API service indexing awesome lists of open source software.

https://github.com/json2d/yarn-tsdx


https://github.com/json2d/yarn-tsdx

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        



Logo


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

![node](https://img.shields.io/node/v/yarn-tsdx.svg)
![license](https://img.shields.io/npm/l/yarn-tsdx.svg)
![Travis](https://img.shields.io/travis/json2d/yarn-tsdx.svg)

## 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)