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 app
Make
brjsa 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-bladefrom within an application directory to create a Blade for an app