SYMBOL INDEX (181 symbols across 29 files) FILE: lib/Steps.js class RawStep (line 19) | class RawStep { method constructor (line 20) | constructor (total, counter, text, helpText) { method start (line 34) | start () { method success (line 49) | success (text) { method error (line 62) | error (text) { class RawSteps (line 73) | class RawSteps { method constructor (line 74) | constructor (total) { method advance (line 91) | advance (text, icon, helpText) { FILE: src/Commands/Addon/index.js class NewAddon (line 21) | class NewAddon extends BaseCommand { method signature (line 30) | static get signature () { method description (line 48) | static get description () { method _setupProjectDirectory (line 67) | async _setupProjectDirectory (stepsCounter, blueprint, appPath, option... method _onBoardForNewAddon (line 83) | _onBoardForNewAddon () { method _installDependencies (line 109) | async _installDependencies (stepsCounter, appPath, options) { method handle (line 126) | async handle ({ name }, options) { FILE: src/Commands/Base/index.js class BaseCommand (line 17) | class BaseCommand extends ace.Command { method initiateSteps (line 29) | initiateSteps (count, options) { method dumpAsciiLogo (line 41) | dumpAsciiLogo () { method invoke (line 55) | async invoke (callback) { method printError (line 73) | printError (error) { method ensureInProjectRoot (line 88) | async ensureInProjectRoot () { method ensureCanRunInProduction (line 105) | ensureCanRunInProduction (options) { method call (line 122) | call (command, options, flags) { FILE: src/Commands/Install/index.js class Install (line 15) | class Install extends BaseCommand { method constructor (line 16) | constructor () { method signature (line 29) | static get signature () { method description (line 48) | static get description () { method handle (line 52) | async handle ({ module: packageName }, options) { FILE: src/Commands/Instructions/Context.js class Context (line 16) | class Context { method constructor (line 17) | constructor (command, helpers) { method makeConfig (line 35) | async makeConfig (fileName, templatePath, data) { method callCommand (line 53) | callCommand (name, args, options) { method copy (line 68) | copy (fromFile, toFile, options) { FILE: src/Commands/Instructions/index.js class Instructions (line 15) | class Instructions extends BaseCommand { method constructor (line 16) | constructor (Helpers) { method inject (line 29) | static get inject () { method signature (line 40) | static get signature () { method description (line 55) | static get description () { method handle (line 67) | async handle ({ directory }, options) { FILE: src/Commands/KeyGenerate/index.js class KeyGenerate (line 21) | class KeyGenerate extends BaseCommand { method signature (line 29) | static get signature () { method description (line 46) | static get description () { method getEnvContent (line 60) | async getEnvContent (envPath) { method updateEnvContents (line 76) | async updateEnvContents (envPath, envHash) { method handle (line 94) | async handle (args, options) { FILE: src/Commands/Make/Base.js class MakeBase (line 35) | class MakeBase extends BaseCommand { method generateBlueprint (line 48) | async generateBlueprint (templateFor, name, flags) { method getNamespace (line 82) | getNamespace (filePath, namespaceFor) { method printInstructions (line 96) | printInstructions (heading, steps) { FILE: src/Commands/Make/Command.js class MakeCommand (line 20) | class MakeCommand extends BaseCommand { method signature (line 28) | static get signature () { method description (line 42) | static get description () { method handle (line 56) | async handle ({ name }) { FILE: src/Commands/Make/Controller.js class MakeController (line 20) | class MakeController extends BaseCommand { method signature (line 28) | static get signature () { method description (line 44) | static get description () { method _getResourceType (line 59) | async _getResourceType (type) { method handle (line 88) | async handle ({ name }, { type, resource }) { FILE: src/Commands/Make/Exception.js class MakeException (line 20) | class MakeException extends BaseCommand { method signature (line 28) | static get signature () { method description (line 42) | static get description () { method handle (line 56) | async handle ({ name }) { FILE: src/Commands/Make/ExceptionHandler.js class MakeExceptionHandler (line 21) | class MakeExceptionHandler extends BaseCommand { method signature (line 29) | static get signature () { method description (line 40) | static get description () { method handle (line 51) | async handle () { FILE: src/Commands/Make/Hook.js class MakeModelHook (line 20) | class MakeModelHook extends BaseCommand { method signature (line 28) | static get signature () { method description (line 43) | static get description () { method handle (line 57) | async handle ({ name }, { method }) { FILE: src/Commands/Make/Listener.js class MakeListener (line 20) | class MakeListener extends BaseCommand { method signature (line 28) | static get signature () { method description (line 43) | static get description () { method handle (line 57) | async handle ({ name }, { method }) { FILE: src/Commands/Make/Middleware.js class MakeMiddleware (line 20) | class MakeMiddleware extends BaseCommand { method signature (line 28) | static get signature () { method description (line 43) | static get description () { method _getResourceType (line 58) | async _getResourceType (type) { method handle (line 91) | async handle ({ name }, { type }) { FILE: src/Commands/Make/Migration.js class MakeMigration (line 20) | class MakeMigration extends BaseCommand { method signature (line 28) | static get signature () { method description (line 43) | static get description () { method _getActionType (line 56) | async _getActionType (action) { method handle (line 84) | async handle ({ name }, { action }) { FILE: src/Commands/Make/Model.js class MakeModel (line 20) | class MakeModel extends BaseCommand { method signature (line 28) | static get signature () { method description (line 44) | static get description () { method handle (line 58) | async handle ({ name }, { migration, controller }) { FILE: src/Commands/Make/Provider.js class MakeProvider (line 20) | class MakeProvider extends BaseCommand { method signature (line 28) | static get signature () { method description (line 42) | static get description () { method handle (line 56) | async handle ({ name }) { FILE: src/Commands/Make/Seed.js class MakeSeed (line 20) | class MakeSeed extends BaseCommand { method signature (line 28) | static get signature () { method description (line 42) | static get description () { method handle (line 53) | async handle ({ name }) { FILE: src/Commands/Make/Trait.js class MakeTrait (line 20) | class MakeTrait extends BaseCommand { method signature (line 28) | static get signature () { method description (line 42) | static get description () { method handle (line 55) | async handle ({ name }) { FILE: src/Commands/Make/View.js class MakeView (line 20) | class MakeView extends BaseCommand { method signature (line 28) | static get signature () { method description (line 43) | static get description () { method handle (line 57) | async handle ({ name }, { layout }) { FILE: src/Commands/New/index.js class NewApp (line 21) | class NewApp extends BaseCommand { method signature (line 30) | static get signature () { method description (line 53) | static get description () { method _getBluePrint (line 71) | _getBluePrint (options) { method _setupProjectDirectory (line 117) | async _setupProjectDirectory (stepsCounter, appPath, options) { method _installDependencies (line 138) | async _installDependencies (stepsCounter, appPath, options) { method _postInstallation (line 158) | async _postInstallation (stepsCounter, appPath) { method _onBoardForNewProject (line 174) | _onBoardForNewProject (appName) { method handle (line 200) | async handle ({ name }, options) { FILE: src/Commands/Repl/index.js class Repl (line 25) | class Repl extends Command { method signature (line 33) | static get signature () { method description (line 44) | static get description () { method _readHistoryFile (line 55) | _readHistoryFile (repl) { method _addHistorySaveListener (line 74) | _addHistorySaveListener (repl) { method handle (line 98) | async handle () { FILE: src/Commands/RouteList/index.js class RouteList (line 20) | class RouteList extends BaseCommand { method inject (line 21) | static get inject () { method signature (line 32) | static get signature () { method description (line 43) | static get description () { method constructor (line 47) | constructor (Route) { method _toString (line 63) | _toString (fn) { method _getRow (line 76) | _getRow (route) { method handle (line 96) | async handle () { FILE: src/Commands/Serve/index.js class Serve (line 21) | class Serve extends Command { method signature (line 29) | static get signature () { method description (line 48) | static get description () { method started (line 61) | started (dev, debug) { method onRestart (line 82) | onRestart (files) { method onCrash (line 99) | onCrash () { method onQuit (line 112) | onQuit () { method handle (line 126) | async handle (args, { dev, watch, debug, ignore, polling, ext }) { FILE: src/Generators/index.js method getData (line 29) | getData (name, flags) { method getFileName (line 44) | getFileName (name) { method getFilePath (line 59) | getFilePath (name, options) { method getData (line 78) | getData (name, flags) { method getFileName (line 96) | getFileName (name) { method getResourceName (line 110) | getResourceName (name) { method getFilePath (line 124) | getFilePath (name, options) { method getData (line 142) | getData (name) { method getFileName (line 157) | getFileName (name, appPath) { method getFilePath (line 172) | getFilePath (name, options) { method getData (line 190) | getData (name) { method getFileName (line 205) | getFileName (name, appPath) { method getFilePath (line 220) | getFilePath (name, options) { method getData (line 237) | getData (name, flags) { method getFileName (line 254) | getFileName (name, appPath) { method getFilePath (line 269) | getFilePath (name, options) { method getData (line 287) | getData (name, flags) { method getFileName (line 303) | getFileName (name, appPath) { method getFilePath (line 318) | getFilePath (name, options) { method getData (line 336) | getData (name, flags) { method getFileName (line 351) | getFileName (name, appPath) { method getFilePath (line 365) | getFilePath (name, options) { method getData (line 381) | getData (name, flags) { method getFileName (line 397) | getFileName (name, appPath) { method getFilePath (line 412) | getFilePath (name, options) { method getData (line 430) | getData (name, flags) { method getFileName (line 448) | getFileName (name, appPath) { method getFilePath (line 463) | getFilePath (name, options) { method getData (line 480) | getData (name, flags) { method getFileName (line 496) | getFileName (name, appPath) { method getFilePath (line 511) | getFilePath (name, options) { method getData (line 526) | getData (name, flags) { method getFileName (line 535) | getFileName () { method getFilePath (line 549) | getFilePath (name, options) { method getData (line 567) | getData (name) { method getFileName (line 582) | getFileName (name, appPath) { method getFilePath (line 597) | getFilePath (name, options) { method getData (line 615) | getData (name) { method getFileName (line 630) | getFileName (name) { method getFilePath (line 645) | getFilePath (name, options) { method getData (line 664) | getData (name, flags) { method getFileName (line 679) | getFileName (name) { method getFilePath (line 694) | getFilePath (name, options) { FILE: test/generators.spec.js constant OPTS (line 15) | const OPTS = { FILE: test/install.spec.js constant BASE_PATH (line 17) | const BASE_PATH = path.join(__dirname, 'dummyProject') FILE: test/run-instructions.spec.js constant BASE_PATH (line 17) | const BASE_PATH = path.join(__dirname, 'dummyProject')