ember-apply
    Preparing search index...

    Function isApp

    • Parameters

      • Optionaldir: string

        optionally override the directory to read from -- defaults to the current working directory

      Returns Promise<boolean>

      true if the project is an ember project and is not an addon

      import { ember } from 'ember-apply';

      await ember.isApp();