We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a number of starters, and it's an ongoing discussion what level of code examples a starter should include, if any.
We could add some extra questions to enonic project create to checkbox what code examples to include.
enonic project create
Another way to approach this would be to provide a enonic scaffold command.
enonic scaffold
I would also like a shorter version enonic sf.
enonic sf
It should be able to scaffold:
Perhaps start with the most used, and add more later?
enonic sf part myPart
Would create src/main/resources/site/parts/myPart/myPart.xml src/main/resources/site/parts/myPart/myPart.ts
Perhaps an option to include a thymeleaf template or not? src/main/resources/site/parts/myPart/myPart.html
Perhaps an option to provide "legacy" code instead of typescript ? src/main/resources/site/parts/myPart/myPart.js
The text was updated successfully, but these errors were encountered:
Related: https://discuss.enonic.com/t/yeoman-generator-for-enonic-xp-on-npm/910
Sorry, something went wrong.
https://www.npmjs.com/package/generator-enonic-xp
No branches or pull requests
We have a number of starters, and it's an ongoing discussion what level of code examples a starter should include, if any.
We could add some extra questions to
enonic project create
to checkbox what code examples to include.Another way to approach this would be to provide a
enonic scaffold
command.I would also like a shorter version
enonic sf
.It should be able to scaffold:
Perhaps start with the most used, and add more later?
enonic sf part myPart
Would create
src/main/resources/site/parts/myPart/myPart.xml
src/main/resources/site/parts/myPart/myPart.ts
Perhaps an option to include a thymeleaf template or not?
src/main/resources/site/parts/myPart/myPart.html
Perhaps an option to provide "legacy" code instead of typescript ?
src/main/resources/site/parts/myPart/myPart.js
The text was updated successfully, but these errors were encountered: