Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konradmi/yarn-workspaces
Simple monorepo using yarn-workspaces, lerna and typescript
https://github.com/konradmi/yarn-workspaces
lerna monorepo typescript yarn yarn-workspaces
Last synced: 8 days ago
JSON representation
Simple monorepo using yarn-workspaces, lerna and typescript
- Host: GitHub
- URL: https://github.com/konradmi/yarn-workspaces
- Owner: konradmi
- Created: 2021-01-04T23:13:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T23:42:09.000Z (about 4 years ago)
- Last Synced: 2024-11-11T03:42:23.305Z (2 months ago)
- Topics: lerna, monorepo, typescript, yarn, yarn-workspaces
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yarn-workspaces
Simple monorepo using yarn-workspaces, lerna and typescriptIn order to run:
- `yarn`
- `yarn run build`
- `node packages/second/lib/index.js`