plop-pack-fancy-comments
Version:
A set of plop helpers that provide some fancy code commenting
28 lines (18 loc) • 520 B
JavaScript
// js-multi-line-header
/*========================
== simple test text 1 ==
========================*/
/*=================================
== simple test text 1 ==
== this also has a longer line ==
=================================*/
// js-header
/*========================
== simple test text 1 ==
========================*/
/*========================
== simple test text 1 ==
========================*/
// js-header-end
/*== END simple test text 1 ==*/
/*== END simple test text 1 ==*/