PitSeeder 0.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global PitSeeder --version 0.3.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local PitSeeder --version 0.3.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PitSeeder&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package PitSeeder --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PitSeeder
PitSeeder is a .NET command-line tool for seeding JsonPit data stores from JSON and JSON5 source files.
It supports both:
- installation as a
dotnet toolfrom NuGet - self-contained binary publishing for macOS, Linux, and Windows
Features
- seed a single JsonPit from one JSON or JSON5 file
- seed a set of WWWA pits in one run: Person, Object, Place, and Activity
- install as a
dotnet tool - publish as self-contained binaries for macOS, Linux, and Windows
Install
After the package is published to NuGet:
dotnet tool install --global PitSeeder
Run:
pits --help
This installation method requires a compatible .NET runtime or SDK on the target machine.
Quick Usage
Seed a single pit:
pits -s ./pits/sample/Person.json5 -d ./output/Person.pit
Seed the WWWA set:
pits -s ./pits/sample -d ./output --wwwa
Build And Publish
See BuildFromSource.md for:
- building from source
- packing and publishing the NuGet tool
- publishing self-contained binaries for macOS, Ubuntu, and Windows
License
This project is licensed under the Apache 2.0 license. See LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.0 | 32 | 6/6/2026 |
| 3.8.15 | 51 | 6/6/2026 |
| 3.8.14 | 54 | 6/6/2026 |
| 3.8.12 | 37 | 6/6/2026 |
| 3.8.11 | 41 | 6/5/2026 |
| 3.8.10 | 98 | 6/1/2026 |
| 3.8.8 | 101 | 5/22/2026 |
| 3.8.7 | 106 | 5/16/2026 |
| 3.8.6 | 89 | 5/16/2026 |
| 3.8.3 | 87 | 5/16/2026 |
| 3.8.1 | 100 | 5/11/2026 |
| 3.8.0 | 120 | 5/10/2026 |
| 3.7.9 | 94 | 5/10/2026 |
| 3.7.8 | 87 | 5/5/2026 |
| 3.7.7 | 93 | 5/1/2026 |
| 3.7.6 | 112 | 4/16/2026 |
| 3.7.5 | 114 | 4/15/2026 |
| 0.5.0 | 112 | 4/5/2026 |
| 0.3.0 | 120 | 3/29/2026 |
Initial public packaging as a dotnet tool, Apache 2.0 licensing, and cross-platform build documentation.