NutsNews Platform Improvement Issues Bundle
Section titled “NutsNews Platform Improvement Issues Bundle”This bundle adds a script that creates a platform-grade backlog of GitHub issues for NutsNews.
Files added
Section titled “Files added”scripts/create_platform_improvement_issues.mjsdocs/PLATFORM_IMPROVEMENT_ISSUE_BACKLOG.mdCopy into your project
Section titled “Copy into your project”cd /Users/ramideltoro/WebstormProjects/nutsnews3
rm -rf /tmp/nutsnews-platform-issues-bundleunzip -o ~/Downloads/nutsnews-platform-issues-bundle.zip -d /tmp/nutsnews-platform-issues-bundlersync -av /tmp/nutsnews-platform-issues-bundle/ ./Preview the issues first
Section titled “Preview the issues first”cd /Users/ramideltoro/WebstormProjects/nutsnews3node scripts/create_platform_improvement_issues.mjs --repo ramideltoro/nutsnewsCreate the issues
Section titled “Create the issues”node scripts/create_platform_improvement_issues.mjs --repo ramideltoro/nutsnews --createCommit the script and docs
Section titled “Commit the script and docs”git statusgit add scripts/create_platform_improvement_issues.mjs docs/PLATFORM_IMPROVEMENT_ISSUE_BACKLOG.md NUTSNEWS_PLATFORM_ISSUES_README.mdgit commit -m "Add platform improvement issue generator"git push- The script creates labels if they are missing.
- It skips issues that already exist by exact title.
- If label creation fails because of permissions, run with
--skip-labelsand create labels later.
