Skip to content

Commit

Permalink
documented the -f force switch in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
WillStrohl committed Mar 23, 2020
1 parent 7692cf1 commit c52c9a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ That's it! Now you can begin building your awesome DNN extension(s) as you see

Say hi to Will at [DNN Summit](https://www.dnnsummit.org/) and [DNN-Connect](https://www.dnn-connect.org/). :)

## Additional Features

By default, the namespace and extension names will be cased using Pascal-casing rules. If you'd like to override this behavior, you can add a `-f` parameter to the name.

For example, if your company name is abcCompany, the default behavior will change the name to AbcCompany. In most cases, this is the intended behavior. If you enter `abcCompany -f`, the namespace or extension name will honor the casing as-is.

## More Documentation

Want to learn more or how to build the generator code locally?
Expand Down

0 comments on commit c52c9a7

Please sign in to comment.