[RFC] egg-bin plugin
See original GitHub issueA tool for managing plugins.
egg-bin plugin [action]
Action
Check the plugin.js
$ egg-bin plugin check
missing: a
>> Plugin [a] is disabled or missed, but is required by [b]
List all enabled plugins
$ egg-bin plugin list
a: [ 'b', 'c' ]
b: [ 'c' ]
c: []
List all plugins
$ egg-bin plugin list-all
a: [ 'b', 'c' ]
b: [ 'c' ]
c: []
Enable a plugin, give a name or choose from all disabled plugins
$ egg-bin plugin enable b
enable b: [ 'c' ]
enable c: []
Disable a plugin, give a name or choose from all enabled plugins
$ egg-bin plugin disable b
disable a: [ 'b', 'c' ]
disable b: [ 'c' ]
Find a plugin and it’s dependencies
$ egg-bin plugin find a
a: [ 'b', 'c' ]
b: [ 'c' ]
c: []
Options
Give a cwd
$ egg-bin plugin --cwd test/fixtures/apps/testapp list
Find all fixtures and run
$ egg-bin plugin --fixtures list
Dump a plugin file
$ egg-bin plugin list --dump
generate to run/plugin.js
Generate plantuml
$ egg-bin plugin list --puml
generate to run/plugin.puml
Show detail infomation
$ egg-bin plugin list --detail
a: from /path/to/plugin.js enabled
- b from /path/to/plugin.js enabled
- c from /path/to/plugin.js enabled
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:12 (11 by maintainers)
Top Results From Across the Web
TypeScript - Egg - Eggjs.org
We've no plans for re-writing Egg in TS yet. Egg itself, with its plugin, will have corresponding index.d.ts for users to use easily....
Read more >RFC-1149: IP over Avian Carriers | Hacker News
Note that RFC 2324 [0] defines the Hyper Text Coffee Pot Control Protocol or HTCPCP, which is an extension of HTTP and implementors...
Read more >TIL of RFC 2324, the Hyper Text Coffee Pot Control Protocol. It was ...
TIL of RFC 2324, the Hyper Text Coffee Pot Control Protocol. It was included by the IETF as an easter egg in 1998...
Read more >Untitled
Vc reflect ae plugin download, Ncc 2014 south luzon, Simbolos patrios panamenos, ... Proteus download for windows xp, Bishops stortford rugby club bonfire?...
Read more >About URI scheme - Wikipedia
... (though more limited) facility to the data: URI scheme defined by RFC 2397. ... about:plugins, Shows the filename, MIME type, description, suffix, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
之后可能会做个 egg 全局命名来引导 egg-bin