Tag

scaffolding

1 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jun 7, 2025 · Backend Development

Master Java Project Setup: From IDE to Spring Boot Scaffolding

This article walks through setting up a Java Spring Boot project, managing compatible Spring Cloud, Spring Boot and Kafka versions, handling common dependency pitfalls with Maven, and provides ready‑to‑use scaffolding code for exception handling, logging, CORS, Swagger, and response wrapping, plus a list of useful development tools.

JavaMavenSpring Boot
0 likes · 11 min read
Master Java Project Setup: From IDE to Spring Boot Scaffolding
IT Services Circle
IT Services Circle
Aug 27, 2024 · Backend Development

How to Present Projects Built on Scaffolding Frameworks in Interviews

The article advises developers to avoid explicitly mentioning the use of scaffolding frameworks like RuoYi when describing project experience, suggesting they instead focus on the underlying implementation details and any custom improvements to demonstrate genuine technical contribution and avoid misconceptions about their capabilities.

Career AdviceInterviewOpen-source
0 likes · 4 min read
How to Present Projects Built on Scaffolding Frameworks in Interviews
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 6, 2024 · Frontend Development

Building a Monorepo-Style Node.js CLI Scaffolding Tool for Frontend Projects

This comprehensive tutorial walks you through creating a Node.js command‑line scaffolding tool that uses yargs for argument parsing, inquirer for interactive prompts, copy‑dir for file operations, mustache for dynamic templates, and pnpm with ora for automated dependency installation, all organized in a monorepo structure.

MonorepoMustacheNode.js
0 likes · 30 min read
Building a Monorepo-Style Node.js CLI Scaffolding Tool for Frontend Projects
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 23, 2024 · Frontend Development

Introducing a HarmonyOS UI Scaffolding Tool and Development Preparation

After reviewing previous HarmonyOS articles that omitted UI, this piece explains the rationale for focusing on UI later, introduces ArkTS and the Stage model, and outlines the creation of a HarmonyOS UI scaffolding tool to streamline development across desktop and mobile platforms.

ArkTSHarmonyOSStage Model
0 likes · 7 min read
Introducing a HarmonyOS UI Scaffolding Tool and Development Preparation
JD Tech
JD Tech
Aug 8, 2023 · Backend Development

Creating a Custom Maven Archetype Scaffold for Spring Boot Projects

This guide walks through building a reusable Maven archetype scaffold from a Spring Boot template, covering template preparation, Maven configuration, archetype generation, publishing to a repository, and using the scaffold to quickly create new backend projects.

ArchetypeJavaMaven
0 likes · 9 min read
Creating a Custom Maven Archetype Scaffold for Spring Boot Projects
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 5, 2023 · Frontend Development

How to Build, Optimize, and Publish a Full‑Featured CLI Scaffolding Tool for Frontend Projects

This tutorial walks you through creating a 100‑line Node.js CLI scaffolding tool that supports global and local installation, interactive project and template selection, command‑line arguments, loading animations, overwrite prompts, dynamic template fetching via GitHub API, and finally publishing the package to npm for frontend engineers.

JavaScriptNode.jsautomation
0 likes · 22 min read
How to Build, Optimize, and Publish a Full‑Featured CLI Scaffolding Tool for Frontend Projects
TAL Education Technology
TAL Education Technology
Mar 16, 2023 · Frontend Development

Building a Frontend Scaffolding Tool from Scratch with Node.js and TypeScript

This article walks through creating a Node.js‑based TypeScript CLI scaffolding tool for frontend projects, covering background, project template setup, TypeScript configuration, package scripts, command‑line parsing with Commander, interactive prompts with Inquirer, code retrieval via download‑git‑repo, shell execution, and final logo rendering, all illustrated with concrete code examples.

TypeScriptclicommander
0 likes · 13 min read
Building a Frontend Scaffolding Tool from Scratch with Node.js and TypeScript
Top Architect
Top Architect
Feb 16, 2023 · Backend Development

Understanding Scaffolding in Backend Development: Principles, Tools, and Best Practices

This article explains the concept of scaffolding for software development, outlines why it is essential for microservice architectures, compares custom persistence solutions with Spring Data, and reviews popular backend scaffolding tools such as Spring Boot, Maven, Netty, Java EE, and Dropwizard.

DropwizardJava EEMaven
0 likes · 12 min read
Understanding Scaffolding in Backend Development: Principles, Tools, and Best Practices
Sohu Tech Products
Sohu Tech Products
Feb 15, 2023 · Frontend Development

From Zero to One: Building a React CLI Scaffolding Tool Based on Vue CLI Insights

This article documents the complete process of researching, analyzing, and developing a custom React CLI scaffolding tool, including a detailed examination of Vue CLI's architecture, plugin mechanism, and codebase, as well as the implementation of interactive command‑line features, configuration options, and publishing steps.

MonorepoNode.jsReact
0 likes · 26 min read
From Zero to One: Building a React CLI Scaffolding Tool Based on Vue CLI Insights
DaTaobao Tech
DaTaobao Tech
Sep 13, 2022 · Backend Development

Developing a Node.js CLI Scaffold: Tools, Package.json and Demo

This guide walks you through building a custom Node.js CLI scaffold using commander, chalk, inquirer, ora, and download‑git‑repo, explains essential package.json fields like bin and engines, and provides a complete demo that prompts users, downloads templates, and initializes projects ready for global installation.

Node.jsclicommander
0 likes · 17 min read
Developing a Node.js CLI Scaffold: Tools, Package.json and Demo
Python Programming Learning Circle
Python Programming Learning Circle
Jul 29, 2022 · Fundamentals

Comparison of Python Project Scaffolding and Build Tools: Cookiecutter, PyScaffold, PyBuilder, and Poetry

This article reviews the fragmented state of Python project layout and build processes, compares four popular scaffolding and build tools—Cookiecutter, PyScaffold, PyBuilder, and Poetry—showing their installation commands, generated directory structures, and typical make/ tox workflows for packaging, testing, and documentation.

Build ToolsCookieCutterPoetry
0 likes · 13 min read
Comparison of Python Project Scaffolding and Build Tools: Cookiecutter, PyScaffold, PyBuilder, and Poetry
Cyber Elephant Tech Team
Cyber Elephant Tech Team
Feb 22, 2022 · Frontend Development

Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects

Eris is an open-source, enterprise-level frontend scaffolding framework from Yidianzixun that streamlines project initialization, template management, development, building, and deployment through unified commands, supporting both React and Vue templates, customizable themes, and an interactive CLI to accelerate large-scale web application development.

buildclideployment
0 likes · 8 min read
Mastering Eris: The Enterprise-Grade Frontend Scaffold for Scalable Projects
JD Retail Technology
JD Retail Technology
Jan 13, 2022 · Frontend Development

The Origin, Current State, and Solution of Frontend Scaffolding: Introducing the Leo Scaffold Framework

This article explains how frontend scaffolding emerged from growing project complexity, outlines the limitations of traditional copy‑paste templates, and presents Leo—a modular, zero‑cost CLI scaffold that standardizes initialization, covers the entire development workflow, and offers an open‑source marketplace for templates and builders.

ModularOpen-sourcecli
0 likes · 8 min read
The Origin, Current State, and Solution of Frontend Scaffolding: Introducing the Leo Scaffold Framework
Sohu Tech Products
Sohu Tech Products
Jan 13, 2022 · Frontend Development

Frontend Engineering: Building a Universal Scaffolding CLI for Enterprise Projects

This article explains how a custom frontend scaffolding CLI can automate project initialization, template management, and common development tasks across multiple business units, improving efficiency, standardization, and data‑driven insights for large‑scale web applications.

Project TemplatesTypeScriptautomation
0 likes · 20 min read
Frontend Engineering: Building a Universal Scaffolding CLI for Enterprise Projects
ByteFE
ByteFE
Jul 1, 2021 · Frontend Development

Evolution of Frontend Scaffolding and Engineering Solutions

This article examines how frontend scaffolding has evolved from manual project copying to template repositories and automated CLI tools, discusses maintenance challenges such as throw‑away usage and version upgrades, and introduces ByteDance's cloud‑based engineering scheme with multiple code‑initialization methods and a marketplace for reusable best‑practice solutions.

clicode initializationengineering
0 likes · 7 min read
Evolution of Frontend Scaffolding and Engineering Solutions
macrozheng
macrozheng
May 10, 2021 · Backend Development

How to Build Your Own Spring Boot Scaffolding Tool with FreeMarker

This article explains why and when to create custom scaffolding for large-scale Java projects, compares popular options like Spring Initializr and Aliyun, and provides a step‑by‑step guide—including project structure, FreeMarker templates, and code generation classes—to build your own Spring Boot scaffolding tool.

Spring Bootbackend developmentcode generation
0 likes · 16 min read
How to Build Your Own Spring Boot Scaffolding Tool with FreeMarker
58 Tech
58 Tech
Nov 2, 2020 · Frontend Development

Design and Implementation of a React Scaffolding and Packaging Script for Financial Front‑End Projects

The article describes how a financial front‑end team identified manual project‑copying pain points, designed two automation tools—a project‑creation scaffolding and a generic packaging script—and details their architecture, implementation, and the resulting improvements in development efficiency and consistency across more than 260 projects.

Build ScriptsFinancial TechReact
0 likes · 10 min read
Design and Implementation of a React Scaffolding and Packaging Script for Financial Front‑End Projects
Beike Product & Technology
Beike Product & Technology
Jul 26, 2019 · Frontend Development

Building a CLI Scaffolding Tool for React and Vue Projects

This article walks through the design and implementation of a Node‑based command‑line tool that generates React or Vue project scaffolds, covering initialization, script development, template downloading, local testing, npm publishing, and usage instructions.

Node.jsReactVue
0 likes · 10 min read
Building a CLI Scaffolding Tool for React and Vue Projects