@hideoo/generator-starlight-plugin
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -33,3 +33,3 @@ import path from 'node:path'; | ||
// root | ||
copy(this, '.vscode'); | ||
copy(this, 'vscode', '.vscode'); | ||
copy(this, 'gitignore', '.gitignore'); | ||
@@ -45,3 +45,3 @@ copyTpl(this, 'LICENSE'); | ||
copyTpl(this, 'packages/plugin', pluginPath); | ||
copy(this, 'packages/plugin/.npmignore', `${pluginPath}/.npmignore`); | ||
copy(this, 'npmignore', `${pluginPath}/.npmignore`); | ||
} | ||
@@ -48,0 +48,0 @@ install() { |
{ | ||
"name": "@hideoo/generator-starlight-plugin", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Yeoman generator for Starlight plugins.", |
@@ -28,3 +28,3 @@ <div align="center"> | ||
```shell | ||
npx yo @hideoo/starlight-plugin | ||
npx -p yo -p @hideoo/generator-starlight-plugin -- yo @hideoo/starlight-plugin | ||
``` | ||
@@ -31,0 +31,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18555
23
196