Commit Graph
6 Commits
Author SHA1 Message Date
Reinhard Naegele 5789f54dea Remove TypeScript
This removes TypeScript and all dependencies and only keeps a simple
Javascript file that does not have any dependencies and can be run
directly. There is not need for an NPM build any more and we just
call a shell script via Javascript.

With this, we no longer have to commit node_modules and Javascript
compiled from TypeScript code. Also, the shell script can easily be run
directly for local testing.

Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-02 20:32:54 +01:00
Scott Rigby 8b61200f6b Initial Readme
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-11-24 11:32:13 -05:00
Scott Rigby f9a985a4a7 gitignore from @unguiculus
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-11-24 11:29:11 -05:00
Scott Rigby deaa82cd8b Helm license
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-11-24 11:28:51 -05:00
Scott Rigby fe78110aae Helm CoC
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-11-24 11:28:37 -05:00
Reinhard Naegele b000906c7a Add chart-releaser action
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-11-22 16:00:54 +01:00