ejs plugin for Fly.Getting StartedThis plugin requires fly.$ npm i fly-ejs -DUsage examplesmodule.exports={*ejs(fly){yieldfly.source('./**/*.ejs').ejs({key: 'value'}).target('./dist')}}LicenseMIT License