Skip to content

Commit

Permalink
include packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvrose committed Jun 25, 2019
1 parent 650a8b4 commit 41c950c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Builds
index-*
index.exe
# Service Files
servicefile.xml
serviceScript.*
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# xml-servicefile-parser

Parse servicefile.xml from stock Android pieces to create a script to restore to stock

## Executable

### Building

1. `npm i`
2. `npm run package`

### Usage

1. Place alongside `servicefile.xml`.
2. Run executable or `node test`, if using source.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Noob script to create scripts onn servicefile.xml",
"main": "index.js",
"scripts": {
"test": "node ."
"test": "node .",
"package":"pkg index.js --out-path build/"
},
"repository": {
"type": "git",
Expand Down
23 changes: 0 additions & 23 deletions serviceScript.sh

This file was deleted.

0 comments on commit 41c950c

Please sign in to comment.