New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/cli-plugin-gulp

Package Overview
Dependencies
Maintainers
13
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/cli-plugin-gulp

Ionic CLI plugin for subscribing to CLI hooks with gulp

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
13
Weekly downloads
 
Created
Source

@ionic/cli-plugin-gulp

This CLI plugin integrates with Ionic projects using gulp. If you have gulp tasks named appropriately, they are run during certain CLI events.

Gulp Tasks

gulp taskdescriptioncommands
ionic:watch:beforeRuns before the file watcher activates during a "watch" eventionic serve, ionic cordova run, ionic cordova emulate
ionic:build:beforeRuns before the Ionic "build" event starts.ionic upload, ionic package build, ionic cordova build
ionic:build:afterRuns after the Ionic "build" event finishes.ionic upload, ionic package build, ionic cordova build

Example

gulp.task('ionic:build:after', function() {
  console.log('Build complete!');
});

FAQs

Package last updated on 03 Aug 2017

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