feat(generators): emit feature.manifest.ts + self-asserting bind-production
This commit is contained in:
@@ -120,6 +120,11 @@ export default function generator(plop: PlopTypes.NodePlopAPI): void {
|
||||
path: "packages/{{kebabCase name}}/src/index.ts",
|
||||
templateFile: "templates/feature/src/index.ts.hbs",
|
||||
},
|
||||
{
|
||||
type: "add",
|
||||
path: "packages/{{kebabCase name}}/src/feature.manifest.ts",
|
||||
templateFile: "templates/feature/src/feature.manifest.ts.hbs",
|
||||
},
|
||||
|
||||
// Entities — models + errors
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user