Skip to content

Commit 0a5d387

Browse files
author
Dominique Quatravaux
committed
[init] document-converter helper
```sh npm init ```
1 parent 6c0d0da commit 0a5d387

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

document-converter/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

document-converter/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "document-converter",
3+
"version": "0.1.0",
4+
"description": "Convert from Confluence's XML-based representation to Outline's JSON",
5+
"main": "convert.ts",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"confluence",
11+
"outline",
12+
"import",
13+
"json"
14+
],
15+
"author": "ISAS-FSD <isas-fsd@groupes.epfl.ch>",
16+
"license": "ISC"
17+
}

0 commit comments

Comments
 (0)