Skip to content
New issue

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

Add silent generation #105

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Add silent generation #105

wants to merge 5 commits into from

Conversation

jmorvan
Copy link

@jmorvan jmorvan commented Nov 19, 2013

Needed this to integrate with my IDE so I thought i'd share it.

@ryanflorence
Copy link
Owner

Great feature :)

Perhaps the silent option should be used in the msg module instead and silence everything in one place, rather than passing it in to several functions that don't really need to care about the messaging.

For example, this is what I've done in loom (which will eventually be used in ember-tools, replacing most of the code)

https://github.com/rpflorence/loom/blob/master/lib/message.js

@jmorvan
Copy link
Author

jmorvan commented Nov 20, 2013

Thanks for caring!

My title was probably misleading, and you might have overlooked the changes in fs.js and the generators. Also I messed with the commit so you might have missed the last one.

Actually when I said silent I meant to say force overwrite and set default options for generated objects like the controller type prompt.

This allows for lower level automatisation in IDE when the process is not directed to a console for IO.

you catch my drift?

@ryanflorence
Copy link
Owner

So not silent but "auto force"?

Sent from my iPhone

On Nov 19, 2013, at 5:15 PM, jmorvan [email protected] wrote:

Thanks for caring!

My title was probably misleading, and you might have overlooked the changes in fs.js and the generators. Also I messed with the commit so you might have missed the last one.

Actually when I said silent I meant to say force overwrite and set default options for generated objects like the controller type prompt.

This allows for lower level automatisation in IDE when the process is not directed to a console for IO.

you catch my drift?


Reply to this email directly or view it on GitHub.

@jmorvan
Copy link
Author

jmorvan commented Nov 20, 2013

yep!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants