Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: scan arbitrary folders #160

Open
1 task done
charmbv opened this issue May 1, 2023 · 0 comments
Open
1 task done

Feature: scan arbitrary folders #160

charmbv opened this issue May 1, 2023 · 0 comments

Comments

@charmbv
Copy link

charmbv commented May 1, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe

We use an Angular monorepo with several projects and these all work fine. We also have some non-building libraries that are made available to each project using simple imports. When I want to scan any of these libraries I always get an Input path provided doesn't exist! error. I'm using the following command:

./node_modules/.bin/transloco-keys-manager extract -i projects/ui-lib/src/lib/ -o projects/ui-lib/src/assets/i18n/

Note that these libraries have no project entry in angular.json.

Describe the solution you'd like

I want the ability to scan the given input directory for keys and save them at the given output location.

Describe alternatives you've considered

None.

Additional context

@ngneat/transloco-keys-manager: v3.7.0

See also this question on StackOverflow: https://stackoverflow.com/questions/76108437/handle-angular-monorepo-with-transloco

I would like to make a pull request for this feature

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant