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

@axmit/express-core-gulp

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axmit/express-core-gulp

Provide gulp tasks for projects based on @axmit/express-core

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
3
Weekly downloads
 
Created
Source

Common information

This package provide gulp tasks for projects based on @axmit/express-core

Prerequisites

Before using this package you need to authorize yourself into npm registry using npm adduser

Installation

npm i @axmit/express-core-gulp or yarn add @axmit/express-core-gulp

Usage

You must specify gulpfile.js with following content

const { initGulpTasks } = require('@axmit/express-core-gulp');  
  
initGulpTasks();  

Gulp Tasks

This package provides gulp tasks for managing your application

Gulp Server

Use gulp server command to run your application entry point app/app.ts. It'll create gulp live server and will watch for all changes

Gulp Unit

Use gulp unit command to run all mocha test in your projects (only running files with *.spec.ts mask).
This command also supports --tags fileNames argument which will run only specified files

Just define your application class by following template and start it from ./app/app.js to initialize your express application

Keywords

FAQs

Package last updated on 19 Mar 2019

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