This project is a GitHub Actions workflow component designed to automate the software release lifecycle. It functions as a release manager that programmatically interacts with the GitHub API to create releases, generate release notes, and link commit tags to maintain project history. The tool distinguishes itself by integrating artifact management with community engagement features. It identifies local build outputs using glob-pattern matching to upload distribution packages directly to release pages. Upon publication, it can automatically initiate discussion threads in designated categories
This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It provides a unified workspace environment that maps project relationships and dependencies, enabling the system to perform intelligent impact analysis and execute only the tasks affected by specific code changes. The system distinguishes itself through a persistent daemon that monitors file changes for near-instant feedback and a content-addressable caching mechanism that stores task outputs to prevent redundant computation across local and remote environments. It further suppor
Assemble is a static site generator and build pipeline system that compiles markdown, templates, and data into static HTML files. It functions as a markdown-to-HTML converter and a data format transformer capable of moving content between JSON, YAML, XML, PLIST, and CSV formats. The project features a pipeline-based build process where users can define ordered sequences of data transformations and file processing steps. It includes project scaffolding tools to bootstrap directory structures and configuration files from predefined boilerplates. The system manages content through collection-ba
This project provides a standardized development environment and infrastructure for creating, testing, and publishing JavaScript and TypeScript libraries. It serves as a comprehensive toolkit for managing the entire software lifecycle, from initial project scaffolding to the final distribution of production-ready code. The project distinguishes itself by integrating automated release pipelines and continuous integration workflows directly into the development process. It enforces strict quality standards through pre-configured hooks that handle linting, formatting, and commit message validati
This project is a standardized project scaffolding and build automation system for developing IntelliJ IDE plugins. It provides a pre-configured directory layout and Gradle-based build automation to bootstrap new plugin projects with consistent compilation and dependency resolution.
The main features of jetbrains/intellij-platform-plugin-template are: Gradle Build Systems, Project Bootstrapping, Project Scaffolding, GitHub Actions Workflows, CI/CD Workflows, Plugin Release Pipelines, Plugin Testing Harnesses, Cross-Version Compatibility Testing.
Open-source alternatives to jetbrains/intellij-platform-plugin-template include: ncipollo/release-action — This project is a GitHub Actions workflow component designed to automate the software release lifecycle. It functions… nrwl/nx — This project is a build orchestration engine and development toolkit designed for managing large-scale monorepos. It… assemble/assemble — Assemble is a static site generator and build pipeline system that compiles markdown, templates, and data into static… yanhaijing/jslib-base — This project provides a standardized development environment and infrastructure for creating, testing, and publishing… davila7/claude-code-templates — Claude Code Templates is a comprehensive framework for orchestrating specialized AI agents and automating development… tanstack/router — TanStack Router is a type-safe routing library for web applications that provides full type safety for paths, search…