Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shijiatongxue/semi-d2c

Semi Design to Code examples & plugin startar
https://github.com/shijiatongxue/semi-d2c

d2c figma react semidesign

Last synced: about 1 month ago
JSON representation

Semi Design to Code examples & plugin startar

Awesome Lists containing this project

README

        

# semi d2c mono repo

## Dev

- install all

```bash
pnpm install
```

- add package to root

```bash
pnpm add react -w

# add to devDependency
pnpm add @types/node -wD
```

- add package to some package

```bash
pnpm add react --filter
```

- add mono repo A to mono repo B

```bash
pnpm add A --filter B
```

## Publish

- `pnpm changeset`
- `pnpm changeset version`
- commit
- `pnpm publish -r`