Skip to content

Commit bdb7b9b

Browse files
authored
docs(v2): Added Console Table Printer documentation to showcase (#4207)
1 parent 780afe5 commit bdb7b9b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
140 KB
Loading

website/src/data/users.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@ const users = [
136136
fbOpenSource: false,
137137
pinned: false,
138138
},
139+
{
140+
title: 'Console Table',
141+
description: 'Printing Pretty Tables on your console.',
142+
preview: require('./showcase/console-table.png'),
143+
website: 'https://console-table.netlify.app/',
144+
source: 'https://github.com/ayonious/console-table-docu',
145+
fbOpenSource: false,
146+
pinned: false,
147+
},
139148
{
140149
title: 'Datagit',
141150
description:

0 commit comments

Comments
 (0)