Socket
Book a DemoInstallSign in
Socket

ember-addon-genie

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-addon-genie

Blueprint for setting up an addon with a build and code coverage

Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Ember Addon Genie

npm version

Blueprint for setting up an addon with a build, ember-try scenarios, code coverage, and documentation via YUI

Installation

ember install ember-addon-genie

Looking for help?

If it is a bug please open an issue on GitHub.

Setup CodeClimate (Coverage)

  • Create a CodeClimate account for your github repo

  • Grab your CODECLIMATE_REPO_TOKEN from Settings --> Test Coverage --> JavaScript

    You will see something along the lines of:

    CODECLIMATE_REPO_TOKEN=<YOUR_REPO_TOKEN> codeclimate-test-reporter < lcov.info
    
  • Open up .travis.yml and replace <CODE_CLIMATE_TOKEN_GOES_HERE> with your repo token

  • Save & Commit

Setup Github Pages

Once you have committed all your changes, you need to setup your gh-pages branch. To do that, please follow the instructions on the ember-cli-github-pages README.

Keywords

ember-addon

FAQs

Package last updated on 27 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts