Skip to content

Commit

Permalink
add sample config file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh committed Nov 21, 2015
1 parent ee8357e commit e1e24a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jenerate.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
boobs: [
{
template: '../../jen-templates/component.js',
fileNameSchema: '<% name %>.js',
outputDir: '../../js/components/'
},
{
template: '../../jen-templates/tests/component.js',
fileNameSchema: '<% name %>_test.js',
outputDir: '../../test/components/'
}
]
};

0 comments on commit e1e24a2

Please sign in to comment.