承接 bbwdadfg/productshotai-site-kit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bbwdadfg/productshotai-site-kit

Composer 安装命令:

composer require bbwdadfg/productshotai-site-kit

包简介

URL helpers and metadata utilities for ProductShot AI - AI product photography generator for ecommerce product photos

README 文档

README

Public URL helpers and metadata constants for ProductShot AI, an AI product photography generator for ecommerce sellers.

What is ProductShot AI?

ProductShot AI helps ecommerce sellers generate product photos, white backgrounds, marketplace main images, and lifestyle product scenes from product images.

Features

  • Build URLs for workbench, pricing, blog, support, legal, and localized pages
  • Expose public metadata for ProductShot AI package integrations
  • Generate product-image manifests and prompt-planning sheets for ecommerce photo batches
  • Preserve ProductShot's public English URL rule: English is prefixless, Simplified Chinese uses /zh/
  • Multi-ecosystem: available on npm, PyPI, crates.io, Go, RubyGems, pub.dev, Hex.pm, Clojars, and Docker Hub
  • New package ecosystem helpers prepared for JSR, Maven Central/javadoc.io, NuGet, CocoaPods, LuaRocks, CPAN/MetaCPAN, Hackage, Chocolatey, GitHub Packages, and GitLab Package Registry

Installation

npm install productshotai-site-kit
pip install productshotai-site-kit
cargo add productshotai-site-kit
go get github.com/bbwdadfg/productshotai-site-kit
gem install productshotai-site-kit
dart pub add productshotai_site_kit
mix hex.install productshotai_site_kit

CLI usage:

productshotai-site-kit urls --format json
productshotai-site-kit manifest ./product-images --format csv
productshotai-site-kit prompt-sheet ./product-images --format json

The Python CLI scans local files only. It creates planning outputs and does not upload images or call ProductShot AI services.

Additional ecosystem manifests and helper sources are included for trial publishing on newer channels:

  • JSR: jsr.json, mod.ts
  • CPAN/MetaCPAN: Makefile.PL, lib/ProductShotAI/SiteKit.pm
  • Maven Central/javadoc.io: src/main/java/app/productshotai/sitekit/SiteKit.java
  • NuGet: nuget/ProductShotAI.SiteKit/ProductShotAI.SiteKit.csproj
  • CocoaPods: ProductShotAISiteKit.podspec
  • LuaRocks: productshotai-site-kit-0.1.0-1.rockspec
  • Hackage: productshotai-site-kit.cabal (prepared locally; publishing abandoned due developer validation)
  • Chocolatey: chocolatey/productshotai-site-kit.nuspec
  • Open VSX: open-vsx/
  • WordPress Plugin Directory: wordpress/baiwei-content-links-productshot-ai/
  • Homebrew tap and AUR packaging: packaging/
  • Conda-forge recipe preparation: conda-forge/
  • CRAN-oriented R helper package: r/productshotaiR/
  • Terraform Cloudflare R2 asset workspace module: terraform/cloudflare-productshotai-assets/
  • Helm chart and asset gateway container: charts/productshotai-asset-gateway/, docker/asset-gateway/
  • Ansible Galaxy collection preparation: ansible_collections/baiwei/productshotai/

Usage

// JavaScript / Node.js
const { metadata, workbenchUrl, pricingUrl, localizedUrl } = require('productshotai-site-kit');

console.log(metadata().name);
// => "ProductShot AI"

console.log(pricingUrl());
// => "https://productshotai.app/#pricing"

console.log(workbenchUrl());
// => "https://productshotai.app/#workbench"

console.log(localizedUrl('zh', '/blog'));
// => "https://productshotai.app/zh/blog/"

Links

License

MIT

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-20