Tagged articles
2 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 13, 2021 · Frontend Development

Implementing Customizable and Upgradable Template Management in a Frontend CLI Tool

This article demonstrates how to design and develop a CLI tool that lets users add, update, list, and download customizable project templates, leveraging Inquirer for interactive prompts, download‑git‑repo for fetching repositories, and the GitHub API for branch selection, with full TypeScript code examples.

CLIFrontendTypeScript
0 likes · 14 min read
Implementing Customizable and Upgradable Template Management in a Frontend CLI Tool
Liangxu Linux
Liangxu Linux
Feb 27, 2021 · Frontend Development

Open Any GitHub Repo in VS Code Instantly – No Clone Needed

Learn how to use GitHub1s to open any GitHub repository directly in a browser‑based VS Code environment within seconds, explore its features, understand the underlying VS Code extension architecture, and bypass API rate limits with OAuth authentication.

Frontendgithub-apigithub1s
0 likes · 8 min read
Open Any GitHub Repo in VS Code Instantly – No Clone Needed