Skip to content

scripturadesign/composer-skeleton

Repository files navigation

Composer Skeleton

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A skeleton package for projects based on composer. For now just trying to see if this is working for me.

Install

I intended this to be installed with Composer.
To create a project named package-name you can run this command:

$ composer create-project scripturadesign/composer-skeleton package-name --stability "dev" --no-interaction

Usage

// Not any usage for this, left as part of the skeleton

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Code Style

Easily check the code style against PSR-2 Coding Standard by running:

$ composer sniff

And automatically fix them with this:

$ composer fix

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A skeleton package for projects based on composer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages