gulpam

0.1.2 • Public • Published

gulpam

gulpam help building large-scale, multi-submodule gulp based application.

way to begin

First, install package:

npm i gulp gulpam@latest -D

Then, change your project's gulpfile.js into:

var gulpam = require('gulpam');
gulpam.init();

Then, just start using gulpam by typing:

gulp <task>

Also, you can config your gulpam with gulpam.config.json in project's root path:

{
  "srcDir": "app/src",
  "destDir": "app/public"
}

/gulpam/

    Package Sidebar

    Install

    npm i gulpam

    Weekly Downloads

    1

    Version

    0.1.2

    License

    ISC

    Unpacked Size

    14.3 kB

    Total Files

    19

    Last publish

    Collaborators

    • pampang