Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msuarz committed Nov 13, 2012
1 parent 9c79445 commit 6f36481
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,34 @@ npm install -g frankendoc

## Run
```
> frank [folder]/[extension]
frank [folder]/[extension]
> frank
frank
picks *.txt in current folder
> frank *.doc
frank *.doc
picks *.doc in current folder
> frank docs/*.md
frank docs/*.md
picks *.md in docs
```

## Documentation
Frankendoc is used to test itself, please check the [docs](https://github.com/limadelic/frankendoc/tree/master/docs) folder for examples of how to use it.

### General
* [[Settings]]
* [[Docs Sources]]
* [[Fail]]

### Features
* [[Steps]]
* [[Args]]
* [[Async]]
* [[Regex]]

### Plugins
* [[Github]]
* [[Confluence]]

### Advanced
* [[Reusing Steps]]

0 comments on commit 6f36481

Please sign in to comment.