Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Multiple plugins support? #157

@koba04

Description

@koba04

Currently, create-plugin creates a project for a plugin so we have to create projects per plugin.
It's a bit messy.

Does it seem to be nice if create-plugin can support multiple plugins like this?

├── node_modules
├── package-lock.json
├── package.json
├── private.ppk
├── scripts
├── plugin-a
│    ├── css
│    ├── html
│    ├── image
│    ├── js
│    └── manifest.json
└── plugin-b
     ├── css
     ├── html
     ├── image
     ├── js
     └── manifest.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions