Meta Addon Blueprint

It creates a new addon using our project configuration.

Usage:

ember g datahub-addon <addon-name>

After you will be promtpted to choose the namespace of this new addon (@linkedin/@datahub)

Experimental:

  ember addon <addon-name> -b ./blueprints/datahub-addon
``