Back to home

landpad/

copy

Version: 0.2.0

Last Updated: Unknown


LandPad Copy Template

Use this tempalate to generate locales for LandPad Projects

Scaffolds the locale files through locale.ejs and then finally a barrel file though barrel.ejs.

Places them as expected in a LandPad project at content/locales/[...files].

Module files

1<%_ locales.forEach(function(locale){ -%>
2export * from './<%= locale %>'
3<%_ }); _%>

Install


Lift generate


Repository

https://github.com/okeeffed/pkg-lift-landpad

Sections