Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Apr 9, 2020
1 parent ec93099 commit 9b5f25b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/cg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

###Usage
```
php yaf_cg Sample
php yaf_cg -d Sample
```

will generator folder "Sample" under output:
```
$ ls output/Sample/
$ ls ./Sample/
application/ conf/ index.php readme.txt
```
```
php yaf_cg Sample '' n
php yaf_cg -d Sample -n
will generate a namespace example
```

0 comments on commit 9b5f25b

Please sign in to comment.