Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tripss/nx-extend
Nx Workspaces builders and tools
https://github.com/tripss/nx-extend
cloud-functions cloud-run firebase firebase-hosting google-cloud monorepo nx playwright playwright-typescript secrets simplelocalize strapi transifex translations vercel vercel-hosting workspace
Last synced: 1 day ago
JSON representation
Nx Workspaces builders and tools
- Host: GitHub
- URL: https://github.com/tripss/nx-extend
- Owner: TriPSs
- License: mit
- Created: 2020-12-13T16:35:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T12:56:41.000Z (8 days ago)
- Last Synced: 2024-12-19T17:07:44.127Z (3 days ago)
- Topics: cloud-functions, cloud-run, firebase, firebase-hosting, google-cloud, monorepo, nx, playwright, playwright-typescript, secrets, simplelocalize, strapi, transifex, translations, vercel, vercel-hosting, workspace
- Language: TypeScript
- Homepage:
- Size: 270 MB
- Stars: 173
- Watchers: 8
- Forks: 48
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NX-extend
🔎 **NX-extend is a set of tools to help your NX project.**
## Nx-extend adds the following capabilities to your workspace
- [Firebase Hosting](./packages/firebase-hosting/README.md)
- `npm install --save-dev @nx-extend/firebase-hosting`
- [E2E-Runner](./packages/e2e-runner/README.md)
- `npm install --save-dev @nx-extend/e2e-runner`
- [GCP Cloud Run](./packages/gcp-cloud-run/README.md)
- `npm install --save-dev @nx-extend/gcp-cloud-run`
- [GCP Deployment Manager](./packages/gcp-deployment-manager/README.md)
- `npm install --save-dev @nx-extend/gcp-deployment-manager`
- [GCP Functions](./packages/gcp-functions/README.md)
- `npm install --save-dev @nx-extend/gcp-functions`
- [GCP Secrets](./packages/gcp-secrets/README.md)
- `npm install --save-dev @nx-extend/gcp-secrets`
- [GCP Storage](./packages/gcp-storage/README.md)
- `npm install --save-dev @nx-extend/gcp-storage`
- [GCP Task Runner](./packages/gcp-task-runner/README.md)
- `npm install --save-dev @nx-extend/gcp-task-runner`
- [Translations](./packages/translations/README.md)
- `npm install --save-dev @nx-extend/translations`
- [Strapi](./packages/strapi/README.md)
- `npm install --save-dev @nx-extend/strapi`
- [Vercel](./packages/vercel/README.md)
- `npm install --save-dev @nx-extend/vercel`
- [Playwright](./packages/playwright/README.md)
- `npm install --save-dev @nx-extend/playwright`
- [Terraform](./packages/terraform/README.md)
- `npm install --save-dev @nx-extend/terraform`
- [Pulumi](./packages/pulumi/README.md)
- `npm install --save-dev @nx-extend/Pulumi`
- [react.email](./packages/react-email/README.md)
- `npm install --save-dev @nx-extend/react-email`
- [shadcn/ui](./packages/shadcn-ui/README.md)
- `npm install --save-dev @nx-extend/shadcn-ui`## GitHub actions
- [set-shas](./actions/set-shas/README.md)
- `uses: tripss/nx-extend/actions/set-shas@master`
- [plan](./actions/plan/README.md)
- `uses: tripss/nx-extend/actions/plan@master`
- [run-many](./actions/run-many/README.md)
- `uses: tripss/nx-extend/actions/run-many@master`## [License](./LICENSE)
Conventional Changelog Action is [MIT licensed](./LICENSE).
## Collaboration
If you have questions or [issues](https://github.com/TriPSs/nx-extend/issues), please [open an issue](https://github.com/TriPSs/nx-extend/issues/new)!