An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Nx Forge

[![CI](https://github.com/toolsplus/nx-forge/actions/workflows/ci-main.yml/badge.svg)](https://github.com/toolsplus/nx-forge/actions/workflows/ci-main.yml)
[![npm version](https://img.shields.io/npm/v/@toolsplus/nx-forge?style=flat&logo=npm)](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).