checkup-plugin-ember-octane

An oclif plugin for Ember Octane migration tasks

Usage no npm install needed!

<script type="module">
  import checkupPluginEmberOctane from 'https://cdn.skypack.dev/checkup-plugin-ember-octane';
</script>

README

checkup-plugin-ember-octane

A checkup plugin for Ember Octane project tasks.

CI Build oclif Version Downloads/week License

Usage

  1. Install @checkup/cli globally following the README.

  2. Install checkup-plugin-ember-octane

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

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

    $ checkup