2017 © Pedro Peláez
 

library typesafety

image

typesafety/typesafety

  • Wednesday, October 21, 2015
  • by holyshared
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • Hack
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

typesafety

Latest Stable Version Build Status Dependency Status License, (*1)

ScreenShot, (*2)

Basic usage

You only need to specify the directory where you want to check the type., (*3)

vendor/bin/typesafety [RootDirectory]

composer.json

By adding a set to composer.json, it will be able to easily run., (*4)

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

You can run the typecheck with the following command., (*5)

composer check

Run the test

You can run the test with the following command., (*6)

composer install
composer test

The Versions

21/10 2015

dev-feature/reporter

dev-feature/reporter

  Sources   Download

MIT

The Requires

  • hhvm >=3.6

 

The Development Requires

by Noritaka Horio

20/10 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • hhvm >=3.6

 

The Development Requires

by Noritaka Horio