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

feat(plugin): add plugin #26

Merged
merged 1 commit into from
Sep 13, 2023
Merged

feat(plugin): add plugin #26

merged 1 commit into from
Sep 13, 2023

Conversation

nartc
Copy link
Collaborator

@nartc nartc commented Sep 13, 2023

Closes #4

This PR adds:

  • plugin as the main ngxtension plugin and is part of the published library
  • local-plugin is an internal plugin

@nx-cloud
Copy link

nx-cloud bot commented Sep 13, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit fa6201e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

@nartc nartc marked this pull request as ready for review September 13, 2023 13:03
@nartc nartc changed the title plugin work (wip) feat(plugin): add plugin Sep 13, 2023
@nartc nartc requested a review from eneajaho September 13, 2023 13:03
@nartc nartc self-assigned this Sep 13, 2023
@nartc nartc force-pushed the feat/plugin branch 2 times, most recently from 4a585c1 to 01e526a Compare September 13, 2023 13:19
closes #4

This PR adds:
- `plugin` for the main `ngxtension` plugin that provides generators such as `ng add` (at the moment)
- `local-plugin` for various tasks in the repo itself. Right now, it has `convert-entry-point-to-project` generator
@nartc nartc merged commit 554a35c into main Sep 13, 2023
6 checks passed
@nartc nartc deleted the feat/plugin branch September 13, 2023 13:39
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 this pull request may close these issues.

[feat] create a plugin to support generators (i.e: ng add)
2 participants