Claude Skill
glitternetwork/pinme
使用 Pinme 一键部署前端应用。支持 Claude Skill 技术、零配置设置,为 TypeScript 项目提供静态站点托管。
概览
仓库信息
安装这个 Skill
npm install -g pinmeRegistry 信息
项目简介
Pinme 是一个基于 TypeScript 的部署工具,支持一键前端部署和 Claude Skill 技术,提供零配置的静态站点托管。
Deploy Your Frontend in a Single Command. Claude Code Skills supported.
要点
- 一键前端部署
- Claude Skill 技术支持
- 零配置设置
- 静态站点托管
- 无服务器部署
使用场景
- 快速前端项目部署
- 静态网站托管
- AI辅助开发工作流
- 零配置托管解决方案
- 快速原型部署
README 摘要
<p align="center"> <a href="https://pinme.eth.limo/"> <img src="https://2egc5b44.pinit.eth.limo/" height="92" alt="PinMe logo"> <h3 align="center">PinMe</h3> </a> </p> <p align="center"> Create and deploy your web in one command. </p> # PinMe [PinMe](https://pinme.eth.limo/) is a zero-config deployment CLI focused on one-command creation and deployment for full-stack projects. It lets you quickly set up and launch a complete project with an integrated frontend, Worker backend, and database, without tedious configuration. PinMe is built to make full-stack delivery much simpler and significantly improve development efficiency. Website: [https://pinme.eth.limo/](https://pinme.eth.limo/) > **PinMe Skill** > > Install the PinMe skill before using PinMe in agent workflows: > > ```bash > npx skills add glitternetwork/pinme > ``` ## Table of Contents - [Quick Start](#quick-start) - [For AI Agents](#for-ai-agents) - [Installation](#installation) - [PinMe Project Workflow](#pinme-project-workflow) - [Authentication and Account Commands](#authentication-and-account-commands) - [Static Uploads and IPFS Utilities](#static-uploads-and-ipfs-utilities) - [Command Reference](#command-reference) - [Limits and Operational Notes](#limits-and-operational-notes) - [Examples](#examples) - [Support](#support) ## Quick Start ### Prerequisites - Node.js `>= 16.13.0` ### Create a new Worker project ```bash npm install -g pinme pinme login pinme create my-app cd my-app pinme save ``` What this workflow gives you: - a generated PinMe project from the official template - platform-side Worker and database provisioning - local project config in `pinme.toml` - frontend and Worker deployment from one CLI ### Update only the part you changed ```bash pinme update-worker pinm