Bug 397267

Summary: Add a CLI similar to what Javascript frameworks have
Product: [Developer tools] kapptemplate Reporter: Gregor Mi <codestruct>
Component: generalAssignee: Anne-Marie Mahfouf <annma>
Status: CONFIRMED ---    
Severity: wishlist CC: kinofhek
Priority: NOR    
Version First Reported In: 0.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Gregor Mi 2018-08-08 10:35:53 UTC
I wonder if it makes sense to add a CLI similar to what popular Javascript Frameworks offer:

https://quasar-framework.org/guide/quasar-cli.html
https://vuejs.org/v2/guide/installation.html#CLI, https://cli.vuejs.org/

These commands of the Quasar CLI could be interesting for KAppTemplate projects

  Commands
    init          Create a project folder
    build         Build your app for production
    clean         Clean all build artifacts
    new           Quickly scaffold page/layout/component/... vue file
    info          Display info about your machine and your App