soullivaneuh / styleci-fixers

[DEPRECATED] Replaced by a new project =>
https://flintci.io
4 stars 3 forks source link

StyleCI/SDK replaces StyleCI/Config #1

Closed GrahamCampbell closed 8 years ago

GrahamCampbell commented 8 years ago

Introducing: https://github.com/StyleCI/SDK.


You can simply do:

(new Client)->fixers())

now, to get an array of our fixers with their details.

NB That's coming from https://api.styleci.io/fixers.

GrahamCampbell commented 8 years ago

We also have ->presets() and /presets on the API.

soullivaneuh commented 8 years ago

Thanks for the tip, I'll look at that ! :+1: