项目作者: tdwright

项目描述 :
Simple yet flexible tables for console apps.
高级语言: C#
项目地址: git://github.com/tdwright/contabs.git
创建时间: 2017-10-29T19:13:54Z
项目社区:https://github.com/tdwright/contabs

开源协议:MIT License

下载


ConTabs logo

Simple yet flexible tables for console apps.

Build status
Coverage Status
NuGet

Waffle.io - Columns and their card count

Usage

You can make a table in just two lines:

  1. var tab = Table<Sample>.Create(list);
  2. Console.WriteLine(tab.ToString());

A table in a console window

Documentation

The project Wiki contains the following guides:

  1. Getting started
  2. Using styles
  3. Hiding, naming, and ordering columns
  4. Format strings and alignment
  5. Long strings

Contributing

If you’re interested in contributing, we’d love to welcome you. Check out our contributing guidelines which should contain everything you need to make a successful contribution.

Background

ConTabs started life as an excuse for me (tdwright) to explore some bits and pieces. I am writing up my experiences on my blog.