Hemanth HM
Hemanth HM
So is `castnow ./localfile --tomp4` working?
`minimist` will add the non-flags args to `_` and anything followed after the flag as it's value.
Can you try: ``` sudo /sbin/iptables -A INPUT -p udp --dport 5353 -j ACCEPT sudo /sbin/iptables -A INPUT -p tcp --match multiport --dports 4100:41050 -j ACCEPT ```
@tomayac What would be the next logical step here? We should present this idea in a TAG meeting?
Nice, we better wait for stable version?
Was pawing around the code, looks like we need to improve [Environment.prototype.create](https://github.com/yeoman/generator/blob/f468a485d9d82b1290588eb482352d753e677c5c/lib/env/index.js#L227)
@addyosmani I did [this](https://gist.github.com/hemanth/9448786) and [that](http://h3manth.com/new/blog/2014/clone-all-official-yeoman-generators//) for cloning all of the repos. Currently I'm pawing at `prototype.create` and would
^ Changes yo to handle the installation, was wondering if we also need this [change](https://github.com/hemanth/generator/commit/d9f8f87e7df0ef6ee323229bcd0b6fabcae84d69#diff-49d286273f6324a7d8eb78b2924c40a1R237) in generator also?
@sindresorhus Yes! I'm already pawing at easing installation of generators. [Would :heart: some inputs]
Related issues: #149 #150 #222