Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Jan 5, 2017
1 parent e817d2e commit d804dbf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
coverage/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# docblock-parser

Parses docblocks comments


# Install

```
npm install parsedoc --save
```
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docblock-parser",
"name": "parsedoc",
"version": "0.2.0",
"description": "Parses docblocks comments",
"main": "src/index.js",
Expand All @@ -13,7 +13,11 @@
},
"keywords": [
"doc",
"parser"
"parser",
"annotation",
"docblock",
"documention",
"docs"
],
"author": "Ioan CHIRIAC",
"license": "BSD-3-Clause",
Expand All @@ -31,4 +35,4 @@
"mocha": "^3.2.0",
"should": "^11.1.2"
}
}
}

0 comments on commit d804dbf

Please sign in to comment.