first commit

This commit is contained in:
Heinz N. Gies 2015-09-22 02:03:01 +02:00
commit f9067af37f
7 changed files with 259 additions and 0 deletions

14
src/cf.app.src Normal file
View 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, []}
]}.