xplat
xplat copied to clipboard
Cross-platform (xplat) tools for Nx workspaces.
Hi @NathanWalker How would you do unit testing for `nativescript` with xplat? The shared code and web is easy enough with `ng test`, but I'm not sure what is the...
Saw this functionality demoed in https://www.youtube.com/watch?v=0I8D25nab5c Would be really nice to get that. Is it something on your list?
Dear @NathanWalker , i would like to make a suggestion for `@nstudio/xplat`. I recently installed your framework and really like it as an addition to `@nrwl/nx`. When i added my...
In Nx there is [option](https://nx.dev/web/api/angular/schematics/library) to generate Library as npm package including schemantics for build,link,test > nx g library mypackagelibrary --publishable After installing xplat the option is not possible to...
I am thinking of doing some work to dockerize these dev environments so that they could be easily set up out of the box with all compatible packages using docker....
With a freshly generated xplat electron app, the angular.json for the electron app project points the "root" property to the associated web application. All files under the electron app root...
Xplat and Lib generated as a plain angular module as opposed to what nx suggests. In nx generates a proper library with tsconfig and other configurations, while in xplat it...
nx generate @nstudio/xplat:feature --adjustSandbox=true --createBase=true --framework=angular --name=Markdown --platforms=web --projects=web-content-rendrer --routing=true Throws Error: The --adjustSandbox option is only supported on the following at the moment: nativescript
When I run `prepare.ionic.appname.android` or `prepare.ionic.appname.ios` It runs ` `clean.ionic.appname` that deletes the Android and ios folder. So I lose the splash and icons images and have to set again....
Investigate feasibility of auto configuring Yarn workspaces to help package management be more isolated to each platform layer.