A CLI for Kurier? #252
joelalejandro
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We might build a
kr
CLI program to speed up the process of initializing an app and creating resources (kinda like blueprints on Ember or templates in Yeoman).kr init [name]
Creates a new Kurier application.
kr add resource [name]
Creates a new resource.
kr remove resource [name]
Deletes a resource.
kr install addon [addon-name]
Installs an addon from the
@kurier-addons
scope.kr start
Runs the server.
kr dev
Runs the server in development mode (more logs, debug, etc).
Beta Was this translation helpful? Give feedback.
All reactions