/** * A module for the scaffolder backend that lets you template projects using * {@link https://yeoman.io/ | Yeoman}. * * @packageDocumentation */ export * from './actions'; export { yeomanModule as default } from './module';