@tepez/typescript-build-gulp-tasks
TypeScript icon, indicating that this package has built-in type declarations

8.0.0 • Public • Published

typescript-build-gulp-tasks

Gulp 4 tasks for developing typescript applications

Usage

Install

npm install --save-dev @tepez/typescript-build-gulp-tasks

Config typescript:

Create a tsconfig.json file in the root directory of the project.

Add to gulpfile.ts

Make sure to use typescript gulpfile. We count to it to load ts-node.

import { getConfig, register, tasks, IPartialConfig } from '@tepez/typescript-build-gulp-tasks'
import * as Gulp from 'gulp'
import * as _ from 'lodash'

const partialConfig: IPartialConfig = {
    // add partial updates to the default config here
    unit: {
        srcFiles: [
            'spec/**/*.spec.ts',
        ]
    }
};

_.merge(getConfig(), partialConfig);

register(Gulp);

// Optional: make the dev-unit-test task the default task
Gulp.task('default', tasks.devUnitTest);

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
8.0.00latest

Version History

VersionDownloads (Last 7 Days)Published
8.0.00
8.0.0-315
8.0.0-20
8.0.0-10
8.0.0-00
7.0.01
6.5.11
6.5.00
6.4.00
6.3.02
6.2.10
6.2.01
6.1.01
6.0.21
6.0.11
6.0.00
5.1.30
5.1.20
5.1.10
5.1.01
5.0.40
5.0.30
5.0.21
5.0.11
5.0.00
4.0.21
4.0.10
3.1.00
3.0.00
2.1.10
2.0.10
2.0.00
1.3.30
1.3.10
1.3.00
1.2.10
1.2.00
1.1.21
1.1.10
1.1.00
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i @tepez/typescript-build-gulp-tasks

Weekly Downloads

28

Version

8.0.0

License

ISC

Unpacked Size

8.72 kB

Total Files

12

Last publish

Collaborators

  • tomyam1