Giter VIP home page Giter VIP logo

nx-forge's Introduction

Nx Forge

CI npm version

Nx plugin for Atlassian 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 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 README.md.

Contributing

Refer to the contribution guide.

Motivation

Atlassian Forge is a platform that simplifies Atlassian app development and hosting. Unfortunately, configuring an app using multiple Custom UIs can be a challenge because the Forge app project layout requires Custom UI projects to live within the app project, or you would have to write some custom scripts to integrate Custom UI build artifacts into the app project before deploying to the Forge platform.

Additionally, as you are building out an app with Custom UI you are likely to build an API that allows your Custom UI to retrieve information from the backend (Forge functions). Setting up your project to share this code between frontend and backend provides a significant setup effort, again likely by crafting some custom scripts.

Finally, as you are developing a Forge app with multiple Custom UI dependencies you would likely want to have a command to quickly start all CustomUIs and the Forge app in dev mode. Without any additional tooling this means you would have to go into each Custom UI, start a dev server and then tunnel the Forge app. If you want to simplify these steps, you could write yet another custom scripts to do this for you.

All of this should not be that hard and many of the described challenges are actually already solved by Nx. However, because Forge has its own tooling/CLI and opinions, this plugin was created to allow Forge developers to quickly scaffold a Forge app, add Forge modules and easily develop Custom UIs.

nx-forge's People

Contributors

tbinna avatar itsjxck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.