Skip to content
This repository was archived by the owner on Apr 10, 2019. It is now read-only.

hhpack/typesafety

Repository files navigation

typesafety

Latest Stable Version Build Status Dependency Status License

ScreenShot

Basic usage

You only need to specify the directory where you want to check the type.

vendor/bin/typesafety [RootDirectory]

composer.json

By adding a set to composer.json, it will be able to easily run.

{
    "scripts": {
        "check": "vendor/bin/typesafety"
    }
}

You can run the typecheck with the following command.

composer check

Run the test

You can run the test with the following command.

composer install
composer test

About

Type checking for CI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published