Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agentender/nx-github-pages

A small Nx plugin to simplify deploying static site projects to github pages
https://github.com/agentender/nx-github-pages

nx nx-plugin pages

Last synced: 2 months ago
JSON representation

A small Nx plugin to simplify deploying static site projects to github pages

Awesome Lists containing this project

README

        

# Nx Github Pages

This project was generated using [Nx](https://nx.dev).

A simple Nx plugin to enable deploying a static project to Github Pages.

> [!NOTE]
> This plugin was formerly published as @nx-dotnet/nx-ghpages. It was moved due to not being relevant to .NET and to decouple the releases. To view previous versions and changelogs checkout the [nx-dotnet repo](https://github.com/nx-dotnet/nx-dotnet)

## Installation

To install the plugin, run:

```bash
nx add nx-github-pages
```

## Usage

Pick a project to deploy and run:

```bash
nx g nx-github-pages:configuration --project=
```

After the configuration is generated, you can deploy the project by running:

```bash
nx run :deploy
```