Skip to content

How to run the generate command? #631

Answered by msujew
RobertWalterU3d asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @RobertWalterU3d,

The yeoman generator should generate a bin/cli file in your project folder. You can simply run it using node bin/cli. The project is configured so that if you for example run npm link (which globally links your project, so that it can be consumed by other npm packages), you can just run <packagename> generate in another npm project. This will automatically run the bin/cli file from your DSL project.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@RobertWalterU3d
Comment options

@msujew
Comment options

@RobertWalterU3d
Comment options

@RobertWalterU3d
Comment options

@msujew
Comment options

Answer selected by msujew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants