2.1.0 • Published 4 years ago

wiki-table-generator v2.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

GitHub: https://github.com/Narduw/wiki-table-generator NPM: https://www.npmjs.com/package/wiki-table-generator

Generates a table containing data formatted according to MediaWiki standard. The CLI uses : as the column separator. You can configure this yourself when using the TableFactory module.

Usage: npx wiki-table-generator "path/filename"

e.g.:

file:

column0 : column1
column0 : column1: column2
column0 : column1 : column2 :column3
column0 : column1 : : column3
: column1 : column2 :

result:

{|
|-
| column0
| column1
| 
| 
|-
| column0
| column1
| column2
| 
|-
| column0
| column1
| column2
| column3
|-
| column0
| column1
| 
| column3
|-
| 
| column1
| column2
| 
|}
2.1.0

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago