Function isEmberProject

  • Parameters

    • Optional dir: 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

    Example

    import { ember } from 'ember-apply';

    await ember.isEmberProject();

Generated using TypeDoc