prepare for a simpler installation method. Still missing config adjustments (i.e. adjusting how the config is loaded)

This commit is contained in:
2024-08-26 11:45:15 +02:00
parent a68e42c4bb
commit c074d6c025
13 changed files with 176 additions and 128 deletions

16
simple/index.js Normal file
View File

@@ -0,0 +1,16 @@
/*
* libreevent - index.js
*
* Created by Janis Hutz 08/26/2024, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
*
*
*/
/*
This file is a wrapper for the npm package
*/
const libreevent = require( 'libreevent' );
libreevent.run();