Nexudus.Sdk.Framework
5.0.23
dotnet add package Nexudus.Sdk.Framework --version 5.0.23
NuGet\Install-Package Nexudus.Sdk.Framework -Version 5.0.23
<PackageReference Include="Nexudus.Sdk.Framework" Version="5.0.23" />
<PackageVersion Include="Nexudus.Sdk.Framework" Version="5.0.23" />
<PackageReference Include="Nexudus.Sdk.Framework" />
paket add Nexudus.Sdk.Framework --version 5.0.23
#r "nuget: Nexudus.Sdk.Framework, 5.0.23"
#:package Nexudus.Sdk.Framework@5.0.23
#addin nuget:?package=Nexudus.Sdk.Framework&version=5.0.23
#tool nuget:?package=Nexudus.Sdk.Framework&version=5.0.23
Nexudus Coworking CLI
A command-line interface for the Nexudus coworking management platform, built with .NET 10 and Spectre.Console.
Quick Start
# Build
dotnet build
# Run
dotnet run --project src/Nexudus.Cli -- --help
# Test
dotnet test
# Publish CLI + SDK (bumps patch version, packs, pushes to NuGet)
./scripts/Publish-NuGet.ps1
# Or bump minor/major
./scripts/Publish-NuGet.ps1 -BumpPart minor
# Dry run (bump + pack only, no push)
./scripts/Publish-NuGet.ps1 -DryRun
# Users installation
dotnet tool install --global Nexudus.Cli
# Update entities from source source/entities
node scripts/generate-entities.js
# Generate report
node scripts/entity-report.js
SKILLS public repo
git remote add skills-public https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git
Project Structure
| Project | Description |
|---|---|
Nexudus.Cli |
CLI application (Spectre.Console.Cli) |
Nexudus.Sdk |
Reusable SDK library for the Nexudus API |
Nexudus.Sdk.Tests |
SDK unit tests |
Nexudus.Cli.Tests |
CLI integration tests |
Output Modes
| Flag | Description |
|---|---|
| (none) | Human-friendly Spectre tables |
--json |
Raw JSON envelope for scripting |
--md |
Markdown-formatted output |
--agent |
JSON envelope with summary for AI agents |
Agent Skills Installation
This repository already contains an Agent Skill at skills/nexudus/SKILL.md, so it is compatible with the skills installer.
The public skills repository is:
https://github.com/Nexudus-Ltd/nexudus-coworking-skills
Install with:
npx skills add Nexudus-Ltd/nexudus-coworking-skills
Or with the full URL:
npx skills add https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git
The installer resolves owner/repo from GitHub first, then discovers skills under locations such as skills/.
See install.md for a install flow.
Public Skills Repo Sync
This repository can keep the CLI private while publishing only the skills/ directory to a separate public repository.
The configured public remote is:
git remote add skills-public https://github.com/Nexudus-Ltd/nexudus-coworking-skills.git
To sync the public repository contents from this private repository, run:
./scripts/Publish-SkillsRepo.ps1
That script publishes:
skills/install.md- a public
README.mdgenerated for the skills repository
It does not publish the CLI source code or tests.
Publishing is local-only. Run the script from this repository when you want to sync changes to the public skills repository.
License
Private — all rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.23 | 46 | 6/10/2026 |
| 5.0.22 | 95 | 5/28/2026 |
| 5.0.20 | 96 | 5/28/2026 |
| 5.0.19 | 102 | 5/27/2026 |
| 5.0.18 | 94 | 5/27/2026 |
| 5.0.17 | 92 | 5/14/2026 |
| 5.0.16 | 96 | 5/14/2026 |
| 5.0.15 | 97 | 5/8/2026 |
| 5.0.14 | 87 | 5/7/2026 |
| 5.0.13 | 93 | 4/29/2026 |
| 5.0.12 | 93 | 4/22/2026 |
| 5.0.11 | 92 | 4/21/2026 |
| 5.0.10 | 110 | 4/13/2026 |
| 5.0.9 | 103 | 4/13/2026 |
| 5.0.8 | 102 | 4/6/2026 |
| 5.0.7 | 98 | 4/6/2026 |
| 5.0.6 | 99 | 4/5/2026 |
| 5.0.5 | 97 | 4/4/2026 |
| 5.0.4 | 98 | 4/4/2026 |
| 5.0.3 | 101 | 4/3/2026 |