Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dup4/example-pnpm-workspace
https://github.com/dup4/example-pnpm-workspace
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dup4/example-pnpm-workspace
- Owner: Dup4
- License: mit
- Created: 2022-05-30T15:24:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T08:46:31.000Z (over 2 years ago)
- Last Synced: 2024-09-18T05:32:33.918Z (about 2 months ago)
- Language: TypeScript
- Size: 193 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example-pnpm-workspace
[![Test](https://github.com/Dup4/example-pnpm-workspace/actions/workflows/test.yml/badge.svg)](https://github.com/Dup4/example-pnpm-workspace/actions/workflows/test.yml)
[![Lint](https://github.com/Dup4/example-pnpm-workspace/actions/workflows/lint.yml/badge.svg)](https://github.com/Dup4/example-pnpm-workspace/actions/workflows/lint.yml)
[![GitHub release](https://img.shields.io/github/release/Dup4/example-pnpm-workspace.svg)](https://GitHub.com/Dup4/example-pnpm-workspace/releases/)## Tutorial
### Install deps
```bash
pnpm install typescript -w
pnpm install react -r --filter @dup4/example-pnpm-workspace-ui
pnpm install @dup4/example-pnpm-workspace-utils -r --filter @dup4/example-pnpm-workspace-core
```## License
[MIT](./LICENSE) License © 2022 [Dup4](https://github.com/Dup4)