-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated descriptions for generator help
- Loading branch information
Matthew Marcum
committed
Dec 8, 2014
1 parent
dd0cd8f
commit 14d771c
Showing
2 changed files
with
2 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
module.exports = { | ||
description: '' | ||
|
||
// locals: function(options) { | ||
// // Return custom template variables here. | ||
// return { | ||
// foo: options.entity.options.foo | ||
// }; | ||
// } | ||
|
||
// afterInstall: function(options) { | ||
// // Perform extra work here. | ||
// } | ||
description: 'Generates a model unit test.' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters