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

Create the CLI/Plugin project #2

Closed
gioragutt opened this issue May 21, 2022 · 0 comments · Fixed by #7
Closed

Create the CLI/Plugin project #2

gioragutt opened this issue May 21, 2022 · 0 comments · Fixed by #7
Assignees

Comments

@gioragutt
Copy link
Owner

Requirements

CLI

nx-pwm should be a CLI so that it can be used the following way:

$ yarn add -D nx-pwm
$ yarn pwm check-versions
$ yarn pwm depcheck

Plugin

nx-pwm should also be a plugin so that it can be used the following way:

$ yarn add -D nx-pwm
$ yarn nx g nx-pwm:install

Implementation

Project generation

As far as I'm concerned, nx-pwm can be generated with @nrwl/nx-plugin.
This does limit the ability to extract logic to nx-based libraries.
For now, this is acceptable. If I want to extract certain behaviors to libraries, I might as well make nx-pwm modular and publish the behaviors.

CLI Impl

TBD

@gioragutt gioragutt mentioned this issue May 21, 2022
@gioragutt gioragutt self-assigned this May 25, 2022
gioragutt added a commit that referenced this issue May 25, 2022
Create a plugin with @nrwl/nx-plugin, and create an executor that invokes the depcheck logic

Closes #2
gioragutt added a commit that referenced this issue May 25, 2022
Create a plugin with @nrwl/nx-plugin, and create an executor that invokes the depcheck logic

Closes #2
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

Successfully merging a pull request may close this issue.

1 participant