mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-08 09:18:06 +00:00
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
``