Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Welcome to the ClassicConsoleTemplate repository
This project aims to bring back the classic C# console template that Microsoft changed in .NET6 to the new style.

Expand All @@ -9,8 +11,14 @@ In the following commits attempts are made to bring back the template as it was
## Installing
dotnet new install "PATH_TO_NUPKG_FILE"

## Usage
After installation, create a classic console project using the template's short name `cca`:
```bash
dotnet new cca
```

## Uninstalling
dotnet new uninstall "PATH_TO_NUPKG_FILE"

## Contributing
Contributions are welcome, especially for the language files, as i just ran the english files through Google Translate.
Contributions are welcome, especially for the language files, as i just ran the english files through Google Translate.