Guest User

Untitled

a guest
Oct 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. drupal generate:module
  2. drupal generate:entity:content
  3. drupal generate:entity:bundle
  4.  
  5.  
  6. // create a module without having to answer questions
  7. drupal generate:module \
  8. --module="modulename" \
  9. --machine-name="modulename" \
  10. --module-path="/modules/custom" \
  11. --description="My Awesome Module" \
  12. --core="8.x" \
  13. --package="Custom" \
  14. --module-file \
  15. --composer \
  16. --test \
  17. --twigtemplate
Add Comment
Please, Sign In to add comment