Search code examples
node.jsyeomanyeoman-generator

How to create a yeoman generator without yo prefix?


I am creating a command line generator for improve productive with nodejs server development, The most widely used generator is yeoman, so I choice it for creating command line tool, But there is problem that how to use generator without yo prefix?

yo tuols

But I wanna use tuols command without yo prefix

tuols

How to do that?


Solution

  • This is explained in the Yeoman documentation http://yeoman.io/authoring/integrating-yeoman.html