ignite-typescript-boilerplate
ignite-typescript-boilerplate copied to clipboard
Missing listview-style.ejs
Using ignite-typescript-boilerplate@^0.1.5
I run the following and get an error:
ignite generate list MyList
? What kind of List would you like to generate? Row
? How will your data be presented on this list? Single
✔︎ App/Containers/MyList/MyList.tsx
vvv -----[ DEBUG ]----- vvv
Error: template not found /Users/aaron/Documents/Code/Set/IgniteTypescript/node_modules/ignite-typescript-boilerplate/templates/listview-style.ejs
at Object.generate (/usr/local/lib/node_modules/ignite-cli/node_modules/gluegun/src/core-extensions/template-extension.js:51:13)
at Object.copyBatch (/usr/local/lib/node_modules/ignite-cli/src/extensions/ignite/copyBatch.js:53:24)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:160:7)
Looking at the files in templates
, it's not clear to me what files I should expect to see there for list view related things.