Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nxtensions/nxtensions
Extensions and plugins for Nx
https://github.com/nxtensions/nxtensions
astro nx nx-plugins
Last synced: 4 days ago
JSON representation
Extensions and plugins for Nx
- Host: GitHub
- URL: https://github.com/nxtensions/nxtensions
- Owner: nxtensions
- License: mit
- Created: 2021-10-16T16:27:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T10:59:09.000Z (about 2 months ago)
- Last Synced: 2024-12-13T22:34:05.447Z (9 days ago)
- Topics: astro, nx, nx-plugins
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 62
- Watchers: 1
- Forks: 20
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Nxtensions
[![Run CI checks](https://github.com/nxtensions/nxtensions/actions/workflows/main.yml/badge.svg)](https://github.com/nxtensions/nxtensions/actions/workflows/main.yml) [![License: MIT](https://img.shields.io/static/v1?label=license&message=MIT&color=success)](https://opensource.org/licenses/MIT) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![@nxtensions/astro](https://img.shields.io/npm/v/@nxtensions/astro?label=%40nxtensions%2Fastro)](https://www.npmjs.com/package/@nxtensions/astro) [![@nxtensions/tsconfig-paths-snowpack-plugin](https://img.shields.io/npm/v/@nxtensions/tsconfig-paths-snowpack-plugin?label=%40nxtensions%2Ftsconfig-paths-snowpack-plugin)](https://www.npmjs.com/package/@nxtensions/tsconfig-paths-snowpack-plugin)
Nxtensions is a set of plugins and utilities for [Nx](https://nx.dev).
Nx is a smart and extensible build framework. At its core, it offers many great features like:
- Project and task graph creation and analysis.
- Orchestration and execution of tasks.
- Computation caching.
- Code generation.Its core functionality can be further extended with plugins to support frameworks and technologies not supported by the core plugins maintained by the Nx team.
## List of packages
- [@nxtensions/astro](./packages/astro/README.md): [Astro](https://astro.build) plugin for Nx.
- [@nxtensions/tsconfig-paths-snowpack-plugin](./packages/tsconfig-paths-snowpack-plugin/README.md): [Snowpack](https://www.snowpack.dev/) plugin adding support for using path mappings specified in tsconfig files.## Contributing
Interested in contributing? We welcome contributions, please check out our [Contributors Guide](./CONTRIBUTING.md).