What are the Slack Archives?

Itโ€™s a history of our time together in the Slack Community! Thereโ€™s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you wonโ€™t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello Guys , Is there any list of commands to create new module or extend current modules ?

U03DQ4D8L65
U03DQ4D8L65 Posts: 46 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

Hello Guys , Is there any list of commands to create new module or extend current modules ?

Comments

  • U03D5K35WP3
    U03D5K35WP3 Posts: 11 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Don't know about extend but you can create new one using the following command:
    code:generate:module:all ModuleName
    code:generate:module:client ModuleName
    code:generate:module:service ModuleName
    code:generate:module:shared ModuleName
    code:generate:module:yves ModuleName
    code:generate:module:zed ModuleName

  • U03DQ4D8L65
    U03DQ4D8L65 Posts: 46 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    @U03D5K35WP3 Do you have any idea to add new fields in admin for catalog?

  • Those are kind of deprecated.
    I would recommend checking out the Spryks and their generators, since they offer also "full module".

  • U03DQ4D8L65
    U03DQ4D8L65 Posts: 46 ๐Ÿง‘๐Ÿปโ€๐Ÿš€ - Cadet

    Ok