checkup-plugin-ember
TypeScript icon, indicating that this package has built-in type declarations

3.0.1 • Public • Published

checkup-plugin-ember

A checkup plugin for Ember project tasks

CI Build Version Downloads/week License

Usage

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

  2. Install checkup-plugin-ember

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

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

    $ checkup

Readme

Keywords

Package Sidebar

Install

npm i checkup-plugin-ember

Weekly Downloads

169

Version

3.0.1

License

MIT

Unpacked Size

71.2 kB

Total Files

59

Last publish

Collaborators

  • scalvert