/hektor-gulp

Helpful Esoteric Kind Tool Or Resource - Gulp

Primary LanguageJavaScript

hektor-gulp

Helpful Esoteric Kind Tool Or Resource

Code Climate Test Coverage Build Status Dependency Status

Project scaffolding & dev dependency manager tool

To install, run: npm install git@github.com:infinumjs/hektor-gulp.git --save-dev

Autoload tasks

The second argument in the HEKTOR's load method is autoload. When turned on, HEKTOR will try to guess which task do you want to run, and load it with default settings, even if it's not defined in the config. This can be useful in order to avoid task definitions with empty config objects. This is an experimental feature.

Available gulp tasks

Documented in hektor-docs

  • styles
  • scripts
  • serve
    • connect
    • nodemon
  • minify
  • utils
    • clean
    • exec
    • plato
    • replace
    • rev
    • copy

Trying it out

Go to examples folder and see how to use hektor-gulp

TODO

  • codeformat
    • csscomb
    • jsformat
  • minify
    • imagemin
  • utils
    • zip
    • ssh
    • curl