massdriver-cloud / massdriver-cli

Deprecated. See https://github.com/massdriver-cloud/mass
https://massdriver.cloud
Apache License 2.0
3 stars 2 forks source link

Feature/application templates #58

Closed WillBeebe closed 2 years ago

WillBeebe commented 2 years ago

Commands added

// like generate, but using application-templates
mass app new
// used for local development of applications
mass app build 
// list app templates
mass app templates
// refresh list of app templates
mass app templates refersh

resolves: https://github.com/massdriver-cloud/massdriver/issues/1175

WillBeebe commented 2 years ago

@coryodaniel let me know what you think of this approach.