Be naughty, avoid FUD from developers and tell them they are using Grunt instead of Croak
If you decide to use Croak in your project, that's fantastic!! but maybe introduce a new development tools can generate a bit of FUD to the developers
This packages allow you to be naughty and makes the Croak CLI look like the native Grunt CLI, making Croak really transparent to the end developer
IMPORTANT
This is a totalitary solution as Croak Grunt faker will replace the native Grunt binary. All of your projects should use Croak instead of Grunt, so you can't use Grunt CLI directly. This is an ideal choice for project-isolated execution environments
Install Croak instead of Grunt, if you don't have it already installed
$ npm install croak -g
Then configure it
$ croak init -g
Be sure you previously remove the grunt-cli
package
$ npm remove grunt-cli -g
$ npm install croak-grunt-faker -g
$ grunt iam so happy with it --debug --stack
The above command will be translated into the Croak CLI as:
$ croak run iam so happy with it --debug --stack
Also you can pass through Croak specific flags via the faker
$ grunt --project excalibur
Check if Grunt is fake (and keep it secret):
$ grunt --iam-faked
Released under the WTFPL license