###General Help
Official Guide Developing Addons And Blueprints
Useful overall info Converting libraries to Ember CLI addons.md
Installing an addon via github (prior to publishing on npm) Install an Ember Addon from GitHub
TL;DR ember install https://github.com/<repo-username>/<repo-name>.git
Good guide to making sure you follow best practices Ember Addon Pro-Tips
###General Guide to Setting Up A CLI
A little bit old but some good stuff, especially how to incorporate libraries
Creating an Ember.js Addon with the Ember CLI
###Testing Across Mulitple Version
###Releasing
###Github Pages