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

https://github.com/owdproject/nx

Nx plugin for Open Web Desktop
https://github.com/owdproject/nx

owd-client owd-nx owd-plugin

Last synced: 11 months ago
JSON representation

Nx plugin for Open Web Desktop

Awesome Lists containing this project

README

          




Nx Plugin



Nx Plugin for Open Web Desktop.

## Overview

This plugin for the Open Web Desktop monorepo enables easy modules installation.

## Installation

To install the package, run:

```bash
pnpm install @owdproject/nx
```

## Usage

### Install a new app

```bash
nx run desktop:install-app --name=@owdproject/app-todo
```

### Install a new module

```bash
nx run desktop:install-module --name=@owdproject/module-pinia-localforage
```

### Install a new theme

```bash
nx run desktop:install-theme --name=@owdproject/theme-gnome
```

## License

This plugin is released under the [MIT License](LICENSE).