Skip to content

Add a "pre-ready" init hook for plugins to execute functions before the build begins #1613

Closed
@Swader

Description

@Swader

Feature request

Add a "pre-ready" init hook for plugins which exectues before everything else in the build step.

What problem does this feature solve?

This one. In short, it lets the user execute as many tasks as necessary before the body of the build begins, thereby no longer needing to run build twice because right now the build task speeds past the MD generation process.

What does the proposed API look like?

module.exports = {
    init () {
        console.log("Initializing MD pre-processing");

//...

How should this be implemented in your opinion?

Same way as ready.

Are you willing to work on this yourself?

This is being bountied on Gitcoin.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions