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
ember new/addon
It seems the cli args for ember new / ember addon are hardcoded at the moment:
ember new
ember addon
ember-cli-blueprint-test-helpers/lib/ember-new.js
Line 30 in 2916aa0
I want to add tests to ember-source that verify the TS blueprint output, which would require adding the --typescript arg to the cli command.
--typescript
The text was updated successfully, but these errors were encountered:
extraCliArgs
emberNew
Successfully merging a pull request may close this issue.
It seems the cli args for
ember new
/ember addon
are hardcoded at the moment:ember-cli-blueprint-test-helpers/lib/ember-new.js
Line 30 in 2916aa0
I want to add tests to ember-source that verify the TS blueprint output, which would require adding the
--typescript
arg to the cli command.The text was updated successfully, but these errors were encountered: