Skip to content

Commit

Permalink
Add dump example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeng.xdf committed May 30, 2014
1 parent 1645bd4 commit b918b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,8 @@
.DS_Store
node_modules/
*.swp
*.swo
.sw*
logs/
lib-cov/
lib/parser/test.vm
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -56,6 +56,7 @@ Hello, velocity!
- [Method lookup](https://github.com/fool2fish/velocity/tree/master/examples/method-lookup)
- [View dependencies](https://github.com/fool2fish/velocity/tree/master/examples/dependency)
- [Extract data structure from template](https://github.com/fool2fish/velocity/tree/master/examples/data-structure)
- [Generate intermediate template to dump the context](https://github.com/fool2fish/velocity/tree/master/examples/data-dump)
- [Start a simple http server](https://github.com/fool2fish/velocity/tree/master/examples/server)

See all [examples](https://github.com/fool2fish/velocity/tree/master/examples).
Expand Down

0 comments on commit b918b6c

Please sign in to comment.