https://github.com/toolsplus/nx-forge
Atlassian Forge plugin for Nx
https://github.com/toolsplus/nx-forge
atlassian forge nx
Last synced: 4 months ago
JSON representation
Atlassian Forge plugin for Nx
- Host: GitHub
- URL: https://github.com/toolsplus/nx-forge
- Owner: toolsplus
- License: mit
- Created: 2022-03-24T07:04:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T08:47:40.000Z (about 2 years ago)
- Last Synced: 2024-04-09T09:47:00.311Z (about 2 years ago)
- Topics: atlassian, forge, nx
- Language: TypeScript
- Homepage: https://toolsplus.github.io/nx-forge/
- Size: 2.2 MB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Nx Forge
[](https://github.com/toolsplus/nx-forge/actions/workflows/ci-main.yml)
[](https://www.npmjs.com/package/@toolsplus/nx-forge)
[Nx plugin](https://nx.dev) for [Atlassian Forge](https://developer.atlassian.com/platform/forge/) that aims to assist in efficient, scalable app development and remove the mental overhead of how to set up a Forge project.
Building on top of Nx means shared code can easily be extracted into libraries, and [Custom UI](https://developer.atlassian.com/platform/forge/custom-ui/) can be integrated into the app and dev workflow without having to break with the monorepo structure that Nx provides.
## Plugin usage
Refer to the [plugin documentation](https://toolsplus.github.io/nx-forge/).
## Contributing
Refer to the [contribution guide](CONTRIBUTING.md).