xplat
xplat copied to clipboard
Cross-platform (xplat) tools for Nx workspaces.
I have followed all the steps properly to create the electron-angular application as mentioned in the [Project](https://github.com/nstudio/xplat-sample-electron-routing). But still, after packaging the application is stuck at index.html page where app-root...
## Version nx: 11.4.0 ## Steps 1. `npx create-nx-workspace@latest` (name "kvak", empty) 2. `cd kvak && npm i @nstudio/xplat -D` 3. `nx g app mobile` (nativescript, defaults) 4. `nx lint...
When I install xplat in a workspace in Windows' WSL using VS Code 'remote' I get this warning: ```` Note to VS Code users: no development mode set. xplat could...
#### The current default Dashboard schematic should be enhanced with a better change/aggregator pattern, _such that_ the `contained ` widgets collection have some `base `common functionality. #### Use Case Hello,...
In a newly created Electron app it seems to be missing an `outDir` for TypeScript to transpile to. The fix should pretty easy, just adding the following line to the...
In a newly generated project the SCSS libraries do not have dependencies calculated. I am not sure if it is possible for NX to read imports from SCSS, that may...
Using the default schematics I have come across several places where linting or styling rules were not followed. It would be nice if the out of the box linting rules...
Given the nature of Nrwl Nx and its Dependency tree it would great if this could be leveraged to focus on a specific project and its direct dependencies. This would...
I am a bit new to NativeScript in general, but from what I can tell xplat is using the older `nativescript-theme-core` which appears to have a much different surface area...
Currently it does not appear like xplat provides any of its own architects instead making heavy use of npm scripts and `@nrwl/workspace:run-commands`. It would be nice if this complexity could...