-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brjs command global install #1
Comments
I think the global-install feature is a misnomer, as global-install is actually undesirable while BRJS includes Javascript libraries that an app depends on, and which should either be checked in together with the app, or which should be part of a manifest so that the correct versions can be downloaded on the developer's machine. Instead, here is my current guess as to the desirable features of this story:
|
Apart from #885 which has been deprioritised, this has been completed and it's now possible to run |
Make
brjs
a globally installed command, where the apps and sdk live independently of each other.To achieve this I'm assuming that the CLI commands may also need to be context-aware (#885) e.g. run
brjs create-blade
from within an application directory to create a Blade for an appThe text was updated successfully, but these errors were encountered: