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(nx-plugin): use package and e2e folder instead of libs and apps in create-nx-plugin command #3120

Merged

Conversation

Cammisuli
Copy link
Member

Current Behavior

Creating a nx plugin workspace with create-nx-plugin will output a folder structure with libs and apps.

Expected Behavior

libs and apps are replaced with packages and e2e respectfully.

Related Issue(s)

Fixes #

@@ -103,6 +90,23 @@ function createNxPlugin(workspaceName, pluginName) {
);
}

function updateWorkspace(workspaceName: string) {
console.log(`updating workspace...`);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this console.log intentional?

If so, maybe this can be more specific like.. "Setting workspace layout"? But I don't think it's necessary.

@FrozenPandaz FrozenPandaz merged commit 68ea2de into nrwl:master Jun 6, 2020
@Cammisuli Cammisuli deleted the update-create-nx-plugin-package-folder branch June 8, 2020 13:05
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants