You're a developer. You use lots of tools. Some projects use grunt, some use gulp, some use others. You switch back and forth between them a hundred times per day. You switch terminals, run gulp serve
and realize you're in a grunt project. Argh!
Let's keep this simple.
- Install this.
npm install -g clunify
- Instead of using
gulp serve
,grunt serve
,ionic serve
, etc. in your projects, just useclu serve
(orclu whatever
). - Recover sanity.
- Be happier.
clunify supports grunt, gulp, and ionic because I use them.
License: MIT