Skip to content

Commit 6e6286f

Browse files
committed
initial commit
1 parent 79659d8 commit 6e6286f

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.idea
2+
.DS_Store
3+
npm-debug.log
4+
coverage/
5+
dist/
6+
docs/
7+
node_modules/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# tjsdoc-typescript
2-
Forthcoming documentation generation for Typescript.
2+
A forthcoming documentation tool.

package.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "tjsdoc-typescript",
3+
"version": "0.0.1",
4+
"description": "A forthcoming documentation tool.",
5+
"homepage": "https://github.com/typhonjs-node-tjsdoc/tjsdoc-typescript",
6+
"license": "MPL-2.0",
7+
"author": {
8+
"name": "typhonrt"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/typhonjs-node-tjsdoc/tjsdoc-typescript.git"
13+
},
14+
"maintainers": [
15+
{
16+
"name": "typhonrt",
17+
"email": "[email protected]",
18+
"url": "https://github.com/typhonrt"
19+
}
20+
],
21+
"dependencies": {
22+
},
23+
"devDependencies": {
24+
"typhonjs-config-eslint": "^0.5.0",
25+
"typhonjs-npm-build-test": "^0.4.0"
26+
},
27+
"scripts": {
28+
},
29+
"keywords": [
30+
],
31+
"files": [
32+
"dist",
33+
"src",
34+
"AUTHORS.md"
35+
],
36+
"directories": {},
37+
"bugs": {
38+
"url": "https://github.com/typhonjs-node-tjsdoc/tjsdoc/issues"
39+
}
40+
}

0 commit comments

Comments
 (0)