Add basic cli working with static input

This commit is contained in:
Lenny Andreu 2025-05-17 23:40:33 -04:00
parent 331d7980be
commit 28fa44e17c
2 changed files with 48 additions and 0 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "systemd-to-openrc",
"version": "1.0.0",
"description": "The #!openrc-run generator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "",
"license": "ISC"
}