Socket
Book a DemoInstallSign in
Socket

@checkup/plugin-ember-octane

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@checkup/plugin-ember-octane

An oclif plugin for Ember Octane migration tasks

latest
Source
npmnpm
Version
0.0.7
Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

@checkup/plugin-ember-octane

A plugin for CheckupJS that tracks progress of Ember Octane migration tasks.

CI Build oclif Version Downloads/week License

  • Usage

Usage

  • Install @checkup/cli globally following the README.

  • Install @checkup/plugin-ember-octane

    $ npm install --save-dev @checkup/plugin-ember-octane
    
    # or
    
    $ yarn add --dev @checkup/plugin-ember-octane
    
  • Add @checkup/plugin-ember-octane as a plugin to your config.

     {
       "plugins": [
         ...
         "@checkup/plugin-ember-octane"
         ...
       ],
       "tasks": {
         ...
       }
     }
    
  • Run checkup.

    $ checkup run .
    

Keywords

checkup-plugin

FAQs

Package last updated on 16 Apr 2020

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