UNPKG
@strapi/sdk-plugin
Version:
alpha (5.4.0-alpha.0)
experimental (0.0.0-experimental.ebce8f31478ba0b26a61302d3572ea75ea2af239)
latest (5.3.2)
5.4.0-alpha.0
5.3.2
5.3.1
5.3.0
5.3.0-alpha.1
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.3-alpha.2
5.2.3-alpha.1
5.2.3-alpha.0
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
5.0.0-beta.8
5.0.0-beta.7
5.0.0-beta.6
0.0.0-experimental.ebce8f31478ba0b26a61302d3572ea75ea2af239
0.0.0-experimental.da1f28f10a1fa5dfe08e81dae5c1f68e7c25b0af
0.0.0-experimental.3ddc4bc338d159d83d4b4e1119dbda5e56f10cf4
Simple tools for developing Strapi plugins
github.com/strapi/sdk-plugin
strapi/sdk-plugin
@strapi/sdk-plugin
/
bin
/
strapi-plugin.js
5 lines
(3 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
const
{ runCLI } =
require
(
'../dist/cli'
);
runCLI
(process.
argv
);