Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 639 Bytes

Token Runner

Build Status Downloads

Building own Sniffs and Fixers made easy.

It helps you with 4 following cases:

Analyzer

Find out something - size, name or location

Testing

  • Add set to check
  • Run
  • Compare before/after

Transformer

  • Changes something into something else

Wrapper

  • Nice api over element, class, method or property...