Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulpfile-generator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulpfile-generator

An interactive generator for custom Gulp configurations

  • 1.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

gulpfile-generator Build Status codecov

Are you tired of always having to manually set up a gulpfile.js for every new project? Me too, that's why I've written this small tool that will generate the gulpfile.js for you, based on your needs.

gulpfile-generator is an interactive tool to help your create your custom gulpfile.js. gulpfile-generator is run as an CLI where you will be asked for what tasks you want in your gulpfile.js. When it is done it will generate a gulpfile.js in the same folder as you are standing in. You can then optionally let it generate a file containing the exact npm command to install the dependencies you need for your gulpfile.js.

Installation

Since you probably want to use this tool for multiple projects, it makes sense to let it live in your global node_modules folder (hence the g flag).

npm install -g gulpfile-generator

Usage

gulpfile-generator

This will start up an interactive interface where you should follow the instructions.

Supports

Development

  1. Install dependencies and make CLI available in root

    make install link

  2. Do code changes

  3. Run generator with

    ./gulpfile-generator

  4. Run linter and tests

    make lint test

Keywords

FAQs

Package last updated on 16 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc