@scythe/gulp

1.0.1 • Public • Published

Common information

This package provide gulp tasks for projects based on @scythe/core

Installation

npm i @scythe/gulp or yarn add @scythe/gulp

Usage

You must specify gulpfile.js with following content

const { initGulpTasks } = require('@scythe/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

Readme

Keywords

Package Sidebar

Install

npm i @scythe/gulp

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

164 kB

Total Files

10

Last publish

Collaborators

  • e115vk
  • temansky