# gulp-entomic Gulp plugin for the Entomic templating engine
Usage
var entomic = ; gulp;
constructor(options)
options.componentPath
Folder path where entomic components are located.
Type: String
Default: node_modules
options.stylePath
Output path to place styles.
Type: String
Default: style
options.scriptPath
Output path to place scripts.
Type: String
Default: script
options.assetPath
Output path to place assets.
Type: String
Default: asset