option to suffix platform type to app name instead of prefixing
See original GitHub issueim talking about changing:
apps/
ionic-myapp
web-anotherapp
web-myapp
to:
apps/
anotherapp-web
myapp-ionic
myapp-web
prefixing and suffixing is basically grouping and im in favor of grouping by app instead of platform because:
- its easier to use the directory tree when having dozens of apps and multiple platforms per app
- my intuitive reasoning is ordered to prioritize the app over the platform (
start.app.platform.ios
instead ofstart.platform.app.ios
) - if i understand correctly the current way conflicts with nx:
ng g app myapp
ng g app myapp2 --directory=mydirectory
ng g lib mylib
ng g lib mylib2 --directory=mydirectory
ng build myapp
ng build mydirectory-myapp2
ng build mylib # work if the lib is marked as publishable
ng build mydirectory-mylib2 # work if the lib is marked as publishable
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Prefix and suffix for naming in extensions - Business Central
Use the AppSourceCop tool to find all missing prefixes and/or suffixes. Configuration options for this tool can be found here. The Rules ...
Read more >Option: suffixes instead of prefixes - Alfred forum
If I want to search Google for “world map”, I'm going to start seeing a load of search results for “world” from the...
Read more >"Mac" prefix as app name no longer… | Apple Developer Forums
It seems we're no longer allowed to use "Mac" as the app name prefix: "Your app uses Mac in the app name in...
Read more >Using Prefix and Suffix Options to Manage System Object ...
By default, the Teradata adapter's system object prefixes and suffixes add up to 12 extra characters, which means that only tables with names...
Read more >which kind of table has a name that starts with a custom prefix
Hi Sandeep, When you create a scoped app then you have choice to create a custom prefix otherwise it u_ for global tables...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is now available in
7.2.5
- instructions of use: https://github.com/nstudio/xplat/wiki/How-to-group-by-app-name-with-platform-as-suffix-instead%3F@galki I have this support coming in this PR now - just looking at one more thing related to web app external schematic which I should clear soon.
Again thank you for this feature request 👍