Skip to content

rustkas/ascii_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascii-table

A structured view of an ASCII-table as a list of tuples.

The table contains reference information about the contents of the ASCII-table, as well as an example of a regular expression for the corresponding character.


rebar3 commands

Build

$ rebar3 compile

Run EUnit tests

$ rebar3 eunit -v

Format

$ rebar3 format

Generate documentation

$ rebar3 edoc

Make several commands one by one

$ rebar3 do hex cut -i patch
$ rebar3 do hex publish --yes, hex docs

ExDoc

About

A structured view of an ASCII-table as a list of tuples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages