Skip to content

Duet3D/PluginRepository

Repository files navigation

Version License: GPL v3 GH-Pages Deployment nodescript_ci_test

Duet3D Plugin Repository

Build and run locally

  • npm run dev

Increase version number and deploy any new changes

  • Run GitHub Action -> update-repository-version
  • patch, minor, major are options

GitHub Workflows

  • nodescript_ci_test - CI tests for nodescripts
  • submit_new_plugin
  • update_plugin
  • remove_plugin
  • merge_pr_on_issue
  • update_plugin_stats - Scheduled to run/Workflow dispatch
  • update_version - Workflow dispatch

Stats

  • Stats are being saved in plugin_stats.json using a daily schedule (Can be run manually as well)
  • Weekly total and latest release download stats are recorded
  • Per-version stats are not available