maginium/template

Batteries included ready to use empty maginium starter project template.

Installs: 50

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

1.0.2 2025-01-24 16:33 UTC

This package is auto-updated.

Last update: 2025-02-24 16:41:16 UTC


README

Maginium Starter

โœจ Welcome to the Maginium Starter Project Template! This ready-to-use template provides a simple and clean project structure, packed with features to supercharge your development and debugging experience.

๐Ÿ› ๏ธ Installation

Set up your project in no time with Composer:

composer create-project maginium/template {project_name} --stability=dev

โš ๏ธ Heads-Up! If youโ€™re using the VS Code editor CLI, remember to restart it after installation. Hit F1 (Command + P, or fn + F1) and choose Reload Window. This ensures proper indexing and plugin activation! ๐Ÿ’ก

๐Ÿ”„ Sync with Template Repo

Keep your project up-to-date with the latest template changes by running this command:

git remote add template https://github.com/maginium/template
git fetch --all
git merge template/main --allow-unrelated-histories

๐Ÿ“š Documentation

Find all the details you need in the official documentation.

Happy Coding! ๐ŸŽ‰