Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agentender/nx-github-pages
- Owner: AgentEnder
- Created: 2024-07-29T20:14:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T05:33:58.000Z (3 months ago)
- Last Synced: 2024-10-11T17:11:16.171Z (3 months ago)
- Topics: nx, nx-plugin, pages
- Language: TypeScript
- Homepage: https://craigory.dev/nx-github-pages/
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```