🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ducatuscore/build

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ducatuscore/build

A helper for common tasks to build ducatuscore modules'

latest
npmnpm
Version
10.1.28
Version published
Weekly downloads
12
140%
Maintainers
1
Weekly downloads
 
Created
Source

Ducatuscore Build

A helper to add tasks to gulp.

Getting started

Install with:

npm install ducatus-build

And use and require in your gulp file:

var gulp = require('gulp');
var ducatuscoreTasks = require('@ducatuscore/build');

ducatuscoreTasks('submodule');
gulp.task('default', ['lint', 'test', 'browser', 'coverage']);

Notes

  • There's no default task to allow for each submodule to set up their own configuration
  • If the module is node-only, avoid adding the browser tasks with:
var ducatuscoreTasks = require('ducatuscore-build');
ducatuscoreTasks('submodule', { skipBrowsers: true });

FAQs

Package last updated on 24 Feb 2026

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