Impl command for apply patches
Open
feat
RFC
- Dominant language
- TypeScript
- Stars
- 75
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
## Proposal
Need implementation command for apply patches when design-system library updates.
## Use case
**command**
```sh
themekit patch ./patch-0001.json
themekit apply ./patch-0001.json
```
**project tokens**
```yaml
component:
depth:
token:
value: 100
```
**patch**
```json
[
{
"oldPath": ["component", "depth", "token"],
"newPath": ["component", "token"]
}
]
```
**result**
```yaml
component:
token:
value: 100
```
Contributor guide
Assessment
This issue has not been assessed yet.