Skip to content

m4rch-projects/ascii-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

table

don't use this, use AsciiTable instead

download

just download the index.js file from github

use

const Table = require("./index.js")

let table = new Table("Commands")
table.header("command", "category", "status")
table.row("create.js", "fun", "on")
table.row("clearchannels.js", "fun", "off")

console.log(table.toString())

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors