スキル一覧に戻る
sayali-ingle-pdl

env-local

by sayali-ingle-pdl

AI app starter template

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: env-local description: Generates .env.local file for local development environment variables. Contains developer-specific configuration like API URLs, ports, and feature flags. Gitignored for security.

Environment Local Skill

Purpose

Generate .env.local file for local development environment configuration.

Output

Create the file: .env.local

Notes

  • .env.local is used for local development environment variables
  • This file should be in .gitignore (never commit secrets)
  • Developers must replace <> placeholders with actual values
  • Used by Vite to inject environment variables at build time
  • All Vite env vars must be prefixed with VITE_ to be exposed to client code
  • NODE_ENV determines the build mode (development, production, test)

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です