Generators
The Aurelia CLI includes generators to scaffold common Aurelia resources. Use the following command pattern:
Available resources include:
element
attribute
value-converter
binding-behavior
task
generator
For example, to generate a custom element:
This creates src/resources/elements/my-awesome-element.js
(or .ts
if using TypeScript).
You can also create custom generators:
Last updated
Was this helpful?