README
@checkup/plugin-ember-octane
A plugin for CheckupJS that tracks progress of Ember Octane migration tasks.
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 .