Skip to content

Commit

Permalink
updated readme.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a committed Apr 28, 2015
1 parent 287bb45 commit ca0558a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"deep": "./lib/index.js"
},
"description": "Documenting JavaScript code",
"version": "0.0.3",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "https://github.com/s-a/deep-js.git"
Expand Down
5 changes: 1 addition & 4 deletions readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ A commandline app documenting Javascript


## Todo
- well structured markdown output
- good readable markdown template
- filter and order output for rendering
- pipe multiple JavaScript files for document output
- identify and order namespaces
Expand All @@ -32,8 +30,7 @@ A commandline app documenting Javascript
- o, --output <Sting> Documentation output file

## Examples
- ```deep --file=use-case-main.js --describe=Animal,Cow --output=lib-doc/use-case-main.js.MD``` writes [/lib-doc/use-case-main.js.MD](/lib-doc/use-case-main.js.MD)
- ```deep --file=lib/deep.js --describe=Deep --output=lib-doc/api-deep-js.MD``` writes [/lib-doc/api-deep-js.MD](/lib-doc/api-deep-js.MD)
- ```deep --file=use-case-main.js --describe=* --output=lib-doc/use-case-main.js.MD``` will create [/lib-doc/use-case-main.js.MD](/lib-doc/use-case-main.js.MD)

## Develpment setup
- ```npm install -g mocha```
Expand Down

0 comments on commit ca0558a

Please sign in to comment.