You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
616 B
JavaScript
26 lines
616 B
JavaScript
// module.exports = {
|
|
// locals: function(options) {
|
|
// // Return custom template variables here.
|
|
// return {};
|
|
// },
|
|
|
|
// fileMapTokens: function(options) (
|
|
// // Return custom tokens to be replaced in your files
|
|
// return {
|
|
// __token__: function(options){
|
|
// // logic to determine value goes here
|
|
// return 'value';
|
|
// }
|
|
// }
|
|
// },
|
|
|
|
// Should probably never need to be overriden
|
|
//
|
|
// filesPath: function() {
|
|
// return path.join(this.path, 'files');
|
|
// },
|
|
|
|
// beforeInstall: function(options) {},
|
|
// afterInstall: function(options) {},
|
|
// };
|