Documentation
    Preparing search index...

    RcFileManager is used to process the raw contents or the contents of "adonisrc.js" file.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    rcFile: RcFile

    Reference to the parsed rc file. The value is defined after the "init" method call

    Methods

    • Specify the contents of the "adonisrc.js" file as an object. Calling this method will disable loading the "adonisrc.js" file from the disk.

      Parameters

      • value: Record<string, any>

        The RC file contents as an object

      Returns this

      this - Returns the RcFileManager instance for method chaining

    • Process the contents for the rcFile

      Returns Promise<void>

      Promise that resolves when RC file processing is complete