UNPKG

obsidian-plugin-config

Version:

Système d'injection pour plugins Obsidian autonomes

52 lines (38 loc) β€’ 2.17 kB
#!/usr/bin/env tsx console.log(` 🎯 Obsidian Plugin - Aide Rapide Commandes disponibles dans ce plugin autonome ═══════════════════════════════════════════════════════════════════ πŸ“‹ COMMANDES PRINCIPALES DΓ‰VELOPPEMENT: yarn start # Install dependencies + start dev yarn dev # Build dev mode avec hot reload yarn build # Build production yarn real # Build + install dans vault rΓ©el yarn lint, lint:fix # ESLint vΓ©rification/correction VERSION & RELEASE: yarn v, update-version # Update version (package.json + manifest.json) yarn release, r # Create GitHub release avec tag GIT OPERATIONS: yarn acp # Add, commit, push (avec Git sync) yarn bacp # Build + add, commit, push yarn run help, h # Cette aide ═══════════════════════════════════════════════════════════════════ πŸš€ WORKFLOW TYPIQUE 1. yarn start # Setup initial 2. yarn dev # DΓ©veloppement quotidien 3. yarn build # Test build production 4. yarn v # Update version 5. yarn release # Publier release GitHub ═══════════════════════════════════════════════════════════════════ βš™οΈ CONFIGURATION ENVIRONNEMENT: - Γ‰diter .env pour dΓ©finir TEST_VAULT et REAL_VAULT - Scripts autonomes (pas de dΓ©pendance externe) - VΓ©rification Git sync automatique avant push PLUGIN AUTONOME: βœ… Scripts locaux indΓ©pendants βœ… Configuration TypeScript et ESLint intΓ©grΓ©e βœ… Workflows GitHub Actions avec Yarn βœ… Aucune dΓ©pendance vers obsidian-plugin-config `);