Skip to content

Commit e7fa174

Browse files
committed
Add readme for nugetize tool too
1 parent 5760c2b commit e7fa174

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

img/complete.png

72.9 KB
Loading

src/dotnet-nugetize/readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
The `nugetize` dotnet global tool (available after installation) allows quick iteration while creating nuget packages.
2+
3+
It works together with [NuGetizer](https://nuget.org/packages/NuGetizer) to provide the most productive solution for your packing needs.
4+
5+
The following is the output of a comprehensive [smart multi-targeted library](https://www.cazzulino.com/smart-libraries.html#packaging) example:
6+
7+
![nugetize smart library](https://raw.githubusercontent.com/devlooped/nugetizer/main/img/complete.png)
8+
9+
NuGetizer provides support for running all the samples in the [documentation](https://www.clarius.org/nugetizer/) directly in your browser in a [![GitHub Codespace](https://img.shields.io/badge/-GitHub%20Codespace-black?logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=docs&repo=297430130&machine=basicLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json).
10+
11+
As soon as the codespace is running, just use the terminal to go to the desired sample directory and just run `nugetize`!
12+
13+
> NOTE: `dotnet-nugetize` does not support projects that don't reference the [NuGetizer](https://nuget.org/packages/NuGetizer) package.
14+
15+
<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
16+
<!-- exclude -->

0 commit comments

Comments
 (0)