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

Multiple plugins support? #157

Open
koba04 opened this issue Jul 17, 2018 · 0 comments
Open

Multiple plugins support? #157

koba04 opened this issue Jul 17, 2018 · 0 comments

Comments

@koba04
Copy link
Contributor

koba04 commented Jul 17, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant