Would be nice to add kinda support for meta comments in the source project, eq:
// -g8- if(dbmigration.truthy)
_ <- DBMigration[IO].migrate("db/migrations")
// -g8- endif
Could be rendered as:
$if(dbmigration.truthy)$
_ <- DBMigration[IO].migrate("db/migrations")
$endif$
And append a default properties:
dbmigration=false
Out ou the box it works with a Perl (postprecessing), I would be more than happy to open a PR with this feature if you are interested.
Cheers, and kudo for this <3 project !
Would be nice to add kinda support for meta comments in the source project, eq:
Could be rendered as:
And append a default properties:
dbmigration=false
Out ou the box it works with a Perl (postprecessing), I would be more than happy to open a PR with this feature if you are interested.
Cheers, and kudo for this <3 project !