Browse Source

"basic" documentation

develop
Rob Colbert 6 months ago
parent
commit
fc78a90ff2
  1. 3
      README.md
  2. 2
      package.json

3
README.md

@ -0,0 +1,3 @@
# xmlconv
A starter kit/boilerplate for converting XML documents to JSON documents.

2
package.json

@ -1,7 +1,7 @@
{
"name": "xmlconv",
"version": "1.0.0",
"description": "",
"description": "A starter kit/boilerplate for converting XML documents to JSON documents.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

Loading…
Cancel
Save