jeyroik/extas-skeleton

There is no license information available for the latest version (0.4.2) of this package.

Extas skeleton package

0.4.2 2020-06-24 07:47 UTC

This package is auto-updated.

Last update: 2024-04-24 17:39:33 UTC


README

Skeleton Extas package.

Usage

# composer create-project jeyroik/extas-skeleton <package directory name>
# cd <package directory name>
<package directory name># composer run-script build

You should see dialog like this:

Please enter the name of the package: 
Please enter package owner name: 

After typing package name (without extas-prefix), and owner name you should see:

Starting building package "<package name>>" by "<owner name>"...

 - composer.json updated
 - extas.json updated
 - README.md updated
 - CODECOV.md updated
 - CODECLIMATE.md updated
 - tests/<package name>/<Package name>Test.php updated

Package building finished.

Please, do now:
 - See codecov instructions in the CODECOV.md.
 - See code climate instructions in the CODECLIMATE.md.
 - Paste code-climate link into README.md.