Skip to content

Commit

Permalink
chore: add link to bnheise's tool for client extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 31, 2023
1 parent ce6048b commit 31fabe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lfr/pkg/cmd/create/create_client_extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package create

import (
"github.com/lgdd/liferay-cli/lfr/pkg/generate/cx"
"github.com/lgdd/liferay-cli/lfr/pkg/util/printutil"
"github.com/spf13/cobra"
)

Expand All @@ -20,4 +21,5 @@ Samples available: https://github.com/liferay/liferay-portal/tree/master/workspa

func generateClientExtension(cmd *cobra.Command, args []string) {
cx.Generate(cmd, args)
printutil.Info("\n💡Checkout this tool to help you with client extensions development: https://github.com/bnheise/ce-cli\n")
}

0 comments on commit 31fabe3

Please sign in to comment.