first commit
This commit is contained in:
commit
f9067af37f
7 changed files with 259 additions and 0 deletions
14
src/cf.app.src
Normal file
14
src/cf.app.src
Normal file
|
@ -0,0 +1,14 @@
|
|||
{application, 'cf',
|
||||
[{description, "Terminal colour helper"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{applications,
|
||||
[kernel,
|
||||
stdlib
|
||||
]},
|
||||
{env,[]},
|
||||
{modules, []},
|
||||
{contributors, ["Heinz N. Gies <heinz@project-fifo.net>"]},
|
||||
{licenses, ["MIT"]},
|
||||
{links, []}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue