Expand description
bicycle
is handlebars
with wheels. 🚴🏽♀️
Re-exports§
pub use handlebars;
Structs§
Enums§
- Action
- Instruction for performing a filesystem action or template processing.
- Escape
Fn - Specifies how to escape template variables prior to rendering.
- Processing
Error - An error encountered when processing an
Action
. - Rendering
Error - An error encountered when rendering a template.
- Traversal
Error - An error encountered when traversing a file tree.
Statics§
- DEFAULT_
TEMPLATE_ EXT Some("hbs")
. Pass this totraverse
to get the same template identification behavior asBicycle::process
.
Traits§
- Helper
Def - Helper Definition
Functions§
- no_
transform - Pass this to
traverse
if you don’t want any path transformation at all. - traverse
- 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
.