Expand description
bicycle
is handlebars
with wheels. 🚴🏽♀️
Re-exports§
pub use handlebars;
Structs§
- Map of template variable names and values.
Enums§
- Instruction for performing a filesystem action or template processing.
- Specifies how to escape template variables prior to rendering.
- An error encountered when processing an
Action
. - An error encountered when rendering a template.
- An error encountered when traversing a file tree.
Statics§
Some("hbs")
. Pass this totraverse
to get the same template identification behavior asBicycle::process
.
Traits§
- Helper Definition
Functions§
- Pass this to
traverse
if you don’t want any path transformation at all. - Traverse file tree at
src
to generate anAction
list. TheAction
list specifies how to generate thesrc
file tree atdest
, and can be executed byBicycle::process_actions
.