Skip to content

Commit

Permalink
Merge pull request #16 from Xerxes-2/main
Browse files Browse the repository at this point in the history
feat: Add .NET support for project build and execution
  • Loading branch information
paldepind authored May 23, 2024
2 parents ab5ea21 + c179bab commit ee736d6
Show file tree
Hide file tree
Showing 8 changed files with 177 additions and 130 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Context-aware single-letter project commands to speed up your command-line workf
https://user-images.githubusercontent.com/521604/231857437-12c14aff-585d-4817-8f44-59b40ecc32e0.mov

* **Supports 10+ build and project tools** – CMake, Cabal, Cargo, Go,
Leiningen, Mage, Maven, Meson, Poetry, Stack, Tectonic, make, npm, and yarn.
Leiningen, Mage, Maven, Meson, Poetry, Stack, Tectonic, make, npm, yarn and .NET.
[More details](#supported-tools-and-languages).
* **Portable** – Dependency free portable POSIX shell script. Supports Linux,
macOS, WSL, etc.
Expand Down Expand Up @@ -186,5 +186,6 @@ request.
| Mage | Go | `magefile.go` with a `test`/`check` target | `mage test/check` |
| Go | Go | `go.mod` | `go test` |
| Tectonic | LaTeX | `Tectonic.toml` | `tectonic -X build` |
| .NET | C# and F# | `*.csproj`, `*.fsproj` or `*.sln` | `dotnet build` <br/> `dotnet run` <br/> `dotnet test` |
| Shell script | Any | `build.sh` | `sh -c build.sh` |

Loading

0 comments on commit ee736d6

Please sign in to comment.