hhpack/typesafety

This package is abandoned and no longer maintained. No replacement package was suggested.

Type checking for CI

Installs: 73

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

Language:Hack

1.0.0 2017-02-18 09:31 UTC

README

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