Tkt.Stats 0.2.0

dotnet tool install --global Tkt.Stats --version 0.2.0
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 Tkt.Stats --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Tkt.Stats&version=0.2.0
nuke :add-package Tkt.Stats --version 0.2.0

Tkt

A command line tool for managing tickets for work items like bugs and tasks as simple markdown files right in your git project

Example

tkt new task  --title "Do the thing that makes it even better"
tkt prop Team  --value "Pheonix"  --item 1
tkt comment add  --comment "This is really good!"  --item 1
tkt status Doing  --item 1  --assign @me

Do the thing that makes it even better

  • Created By: Peter
  • Assigned To: Peter
  • Team: Pheonix

Description

. . .

Comments

2022-04-22 11:42 Peter: This is really good!

tkt new bug --title "Fix the thing that's broken"
tkt list
Current Tickets
===============

New
---
  2.  bug   Fix the thing that's broken

Doing
---
  1.  task  Do the thing that makes it even better  [Peter]

Install

See installation instructions here

Getting Started

Everything gets setup for your repo when you create your first ticket.

~/your_git_repo (main) >  tkt new task --title "My First Task"

For more info look at the USAGE page.

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.2.0 197 5/23/2022