Skip to content

How to make homemade plugin (getting started) #14

@59naga

Description

@59naga

In the original design. if use a relative path at the plugin name(e.g. --./plugin.js), had been expected to be able to use immediately. this to fail.

module.exports = (asyncEmitter, cliValue, jsonOptions) => {
  console.log('hello, abigail')
}
abby --./plugin.js
# Error: Cannot find module '/plugin'

should be aggressive.

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