https://github.com/costineest/devtools
Utilities for web dev
https://github.com/costineest/devtools
monorepo turborepo web-development-tools
Last synced: 8 months ago
JSON representation
Utilities for web dev
- Host: GitHub
- URL: https://github.com/costineest/devtools
- Owner: costinEEST
- License: mit
- Created: 2024-11-14T09:06:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T13:01:56.000Z (11 months ago)
- Last Synced: 2024-12-29T05:35:52.591Z (9 months ago)
- Topics: monorepo, turborepo, web-development-tools
- Language: TypeScript
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLI
- Create a monorepo using a [Vite](https://github.com/vercel/turborepo/tree/main/examples/with-vite) template and `npm` as package manager: `npx create-turbo@latest -e with-vite`
- Run `docs` app in [dev](https://turbo.build/repo/docs/crafting-your-repository/running-tasks#filtering-by-package-name) mode: `npx turbo dev --filter=docs`
- Monorepo's [tree](https://turbo.build/repo/docs/reference/ls) structure: `npx turbo ls`
- Install a dependency in a [specific](https://turbo.build/repo/docs/crafting-your-repository/managing-dependencies#using-your-package-manager) package: `npm install vitest --workspace packages/fetch-to-curl`# Docs
- Initial Turbo's [`README`](initial-readme.md) file.