TeamMaestro / angular-native-seed

Build web apps and NativeScript applications from one codebase using the AngularCLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update this seed to latest versions

kenkopelson opened this issue · comments

This seed is well outdated and needs updating. Would that be possible for one of the maintainers to do? Thank you very much!

Use npm-check-updates to update the repo. I got it working but it took some time working through the dependencies.

The methodologies behind this seed are dated. You should be using a better alternative like Angular schematics with {N} or a solution inside NX like xPlat.

NX is lacking in tutorials and example repos - I could not figure out anything about their methodology or how to use it in a time friendly manner. It says its for enterprise uses of 500+ devs - but on a small team that doesn't seem necessary.

This project works for its intended purpose. If you have good code examples to share on NX xplat etc, please do share, otherwise it is hard to get started with that.

NX is perfect for organizing shared (local) libs against multiple apps. Which is exactly what you are doing here, except with a bunch of custom scripts that require you to name files special, run special watch scripts, etc.

xPlat is a CLI (and soon to be GUI with buttons you click), with step-by-step documentation on their site: https://nstudio.io/xplat/

NX also has a series of examples on their repo "nx-examples": https://github.com/nrwl/nx-examples.

Thanks @sean-perkins - I will take some time to learn this new methodology and give it a spin.

This repo should probably have a note in the README for people to see what you just said.