MyCalendar 0.1.1

dotnet tool install --global MyCalendar --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local MyCalendar --version 0.1.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=MyCalendar&version=0.1.1
nuke :add-package MyCalendar --version 0.1.1

MyCalendar

Showcase

Simple calendar application that just fits into your terminal.

Built using:

Install

dotnet tool install --global MyCalendar --version 0.1.0

Commands

# Add a ToDo element
$ my-calendar todo add

# Edit a ToDo element
$ my-calendar todo edit

# Mark as Done a ToDo element
$ my-calendar todo done

# Remove Done mark to a ToDo element
$ my-calendar todo undone

# Delete a ToDo element
$ my-calendar todo delete


# Add an Event element
$ my-calendar event add

# Edit an Event element
$ my-calendar event edit

# Delete an Event element
$ my-calendar event delete


# Add a RecurringEvent element
$ my-calendar recurring-event add

# Edit a RecurringEvent element
$ my-calendar recurring-event edit

# Delete a RecurringEvent element
$ my-calendar recurring-event delete

Contributing

Code contributions are more than welcome! 😻

Please commit any pull requests against the main branch.
If you find any issue, please report it!

License

This project is licensed under The MIT License (MIT).

Author: Enrico Galassi

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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
0.1.1 199 7/11/2023
0.1.0 162 7/11/2023