We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Am I wrong or welcome method is no longer used in app.js file? (the generator does not show any Yo welcome message by itself):
welcome
app.js
https://github.com/yeoman/generator-commonjs/blob/master/app/index.js#L9-L11
The text was updated successfully, but these errors were encountered:
welcome is actually run after prompting meaning they must just not be in order.
prompting
Sorry, something went wrong.
Maybe I was not clear - it prompts - but undefined:
undefined
yo commonjs ? Module Name: ... ? Description: ... ? Homepage: ... ? License: ... ? GitHub username: ... ? Author's Name: ... ? Author's Email: .. ? Author's Homepage: .. undefined create package.json create src/.jshintrc create src/module.js create test/module_test.js
so technically it runs. The generator does not show typical Yo's welcome message - so it got me thinking.
No branches or pull requests
Am I wrong or
welcome
method is no longer used inapp.js
file? (the generator does not show any Yo welcome message by itself):https://github.com/yeoman/generator-commonjs/blob/master/app/index.js#L9-L11
The text was updated successfully, but these errors were encountered: