Something I've wanted to do for a while with the BB repos: alias the target add script which is currently a project level script into the root /bin the purpose of this would be to allow users to create device targets from the repo, which would then be propagated to individual projects.
This has two advantages I can see: 1. you no longer have to re-create targets or copy the .json file over when creating new BB10 projects 2. by making target create a repo level script, we can fully support more of the CLI scripts What does BB think?
