Examples
Practical walkthroughs showing how to use @heco-gen/features in real scenarios.
Available Examples
| Example | What you'll learn |
|---|---|
| Basic Feature | Generate a complete feature from scratch |
| Custom Config | Deep dive into every configuration option |
| Custom Generators | Build your own generators and file structures |
| Programmatic Usage | Integrate the generator into your Node.js tools |
| Templates | Create custom Handlebars templates with dynamic variables |
Prerequisites
bash
npm install @heco-gen/featuresEach example assumes you have the package installed. Some examples build on previous ones — start with Basic Feature if you're new.