gulp-hieroglyphy
v1.0.2
Published
Gulp wrapper for hieroglyphy
Downloads
2
Readme
gulp-hieroglyphy
- Ever wanted to turn your code into a sequence of
[]
,{}
,!
and+
? - Ever wanted it integrated into your gulp chain?
Now you can has!
import hieroglyphy from 'gulp-hieroglyphy';
//[... gulp goes here...]
.pipe(hieroglyphy()) // <-- that's it!
//[... more gulp goes here...]