bear/skeleton

Skeleton application for BEAR.Sunday

Installs: 14 626

Dependents: 1

Suggesters: 0

Security: 0

Stars: 12

Watchers: 6

Forks: 18

Open Issues: 0

Type:project

1.11.1 2023-04-19 00:43 UTC

README

Static Analysis

Introduction

This is a skeleton application using the BEAR.Sunday framework.

Installation using Composer

To create your new BEAR.Sunday project:

composer create-project bear/skeleton path/to/install

How to test the skeleton itself

  1. Make sure every files are commited.
  2. Run composer update to emulate create-project.
  3. See the created project files.
  4. Run git reset --hard HEAD to be recovered.