
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
appcd-gulp
Advanced tools
Common gulp tasks and utilities.
Visit https://github.com/appcelerator/appc-daemon for more information.
:warning: appcd-gulp@2.x requires Gulp 4. Use appcd-gulp@1.x for Gulp 3 compatibility.
Report issues to GitHub issues. Official issue tracker in JIRA.
appcd-gulp requires you to globally install gulp 4.x:
[sudo] npm i -g gulp
npm i appcd-gulp --save-dev
Create a file in the root of your project called gulpfile.js:
'use strict';
require('appcd-gulp')({
	gulp:     require('gulp'),
	pkgJson:  require('./package.json'),
	template: 'standard',
	babel:    'node8'
});
There is currently only one template: standard.
You can specify the Node.js version you wish to transpile down to. Possibly values are node4,
node6, node7, node8, node10, node12, and node14.
Completely deletes all generated folders or a specific type:
$ gulp clean
$ gulp clean-coverage
$ gulp clean-dist
$ gulp clean-docs
Run eslint against your source code and tests.
$ gulp lint
$ gulp lint-src
$ gulp lint-test
Invoke Babel and transpile your code into the dist directory.
$ gulp build
Build and run unit tests using Mocha.
$ gulp test
Build and run unit tests with coverage reports using Mocha and nyc.
$ gulp coverage
Watch source files for changes to trigger a re-build.
$ gulp watch
Watch source and test files for changes to trigger a re-build and run tests.
$ gulp watch-test
This project is open source under the Apache Public License v2 and is developed by
Axway, Inc and the community. Please read the LICENSE file included
in this distribution for more information.
FAQs
Common gulp tasks and utilities.
The npm package appcd-gulp receives a total of 49 weekly downloads. As such, appcd-gulp popularity was classified as not popular.
We found that appcd-gulp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.