DecSm.Atom.Tool.linux-arm64
2.4.0
See the version list below for details.
dotnet add package DecSm.Atom.Tool.linux-arm64 --version 2.4.0
NuGet\Install-Package DecSm.Atom.Tool.linux-arm64 -Version 2.4.0
<PackageReference Include="DecSm.Atom.Tool.linux-arm64" Version="2.4.0" />
<PackageVersion Include="DecSm.Atom.Tool.linux-arm64" Version="2.4.0" />
<PackageReference Include="DecSm.Atom.Tool.linux-arm64" />
paket add DecSm.Atom.Tool.linux-arm64 --version 2.4.0
#r "nuget: DecSm.Atom.Tool.linux-arm64, 2.4.0"
#:package DecSm.Atom.Tool.linux-arm64@2.4.0
#addin nuget:?package=DecSm.Atom.Tool.linux-arm64&version=2.4.0
#tool nuget:?package=DecSm.Atom.Tool.linux-arm64&version=2.4.0
Atom
Atom is an opinionated, type-safe build automation framework for .NET. It enables you to define your build logic in C#, debug it like standard code, and automatically generate CI/CD configuration files for GitHub Actions and Azure DevOps.
Why Atom?
- Zero Context Switching: Write build logic in C# alongside your application code.
- Intellisense & Debugging: Step through your build process using your IDE.
- CI/CD Agnostic: Define logic once; Atom generates the YAML for GitHub and Azure DevOps.
- Modular: Pull in capabilities via NuGet packages (GitVersion, Azure KeyVault, etc.).
- Source Generators: Reduces boilerplate by automatically discovering targets and parameters.
Basic Example
Create a new file
Build.cs#:package DecSm.Atom@2.* [BuildDefinition] [GenerateEntryPoint] partial class Build : BuildDefinition { Target SayHello => t => t .Executes(() => Logger.LogInformation("Hello, World!")); }Execute
dotnet run Build.cs SayHello25-12-16 +10:00 DecSm.Atom.Build.BuildExecutor: 22:46:01.754 INF Executing build SayHello 25-12-16 +10:00 SayHello | Build: 22:46:01.790 INF Hello, World! Build Summary SayHello │ Succeeded │ <0.01s
Getting Started
To get started with DecSm.Atom, follow the Getting Started Guide.
Documentation
Full documentation is available on GitBook.
License
Atom is released under the MIT License.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
|---|---|---|
| 3.0.0-beta.feature-v-next.187 | 33 | 6/6/2026 |
| 3.0.0-beta.feature-v-next.186 | 33 | 6/6/2026 |
| 3.0.0-beta.feature-v-next.185 | 39 | 6/5/2026 |
| 3.0.0-beta.feature-v-next.176 | 65 | 5/25/2026 |
| 3.0.0-beta.feature-v-next.175 | 81 | 5/9/2026 |
| 3.0.0-beta.feature-v-next.170 | 71 | 5/7/2026 |
| 3.0.0-beta.feature-v-next.166 | 69 | 5/7/2026 |
| 3.0.0-beta.feature-v-next.165 | 72 | 5/7/2026 |
| 2.5.0-rc.8 | 40 | 6/2/2026 |
| 2.5.0-rc.6 | 61 | 5/26/2026 |
| 2.5.0-rc.4 | 57 | 5/25/2026 |
| 2.5.0-rc.2 | 64 | 5/22/2026 |
| 2.4.0 | 104 | 5/21/2026 |
| 2.4.0-rc.33 | 66 | 5/21/2026 |
| 2.4.0-rc.31 | 58 | 5/20/2026 |
| 2.4.0-rc.29 | 58 | 5/19/2026 |
| 2.4.0-rc.27 | 63 | 5/13/2026 |
| 2.4.0-rc.25 | 67 | 5/12/2026 |
| 2.4.0-rc.23 | 77 | 5/11/2026 |
| 2.4.0-rc.21 | 84 | 5/8/2026 |