LWC Create Component
Short post for a very easy to use script that creates components for Lightning Web Component. Already saved me a lot of time wiring up presentation only components.
npx lwc-component
You will be prompted to select a namespace from a list if more than one is found in your
src/modules
folder.
Open Source: https://github.com/Templarian/lwc-component
License: MIT