8.0.0-3 • Published 27 days ago

@tepez/typescript-build-gulp-tasks v8.0.0-3

Weekly downloads
1
License
ISC
Repository
github
Last release
27 days ago

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);
8.0.0-3

27 days ago

8.0.0-2

1 month ago

8.0.0-1

1 month ago

8.0.0-0

1 month ago

7.0.0

2 years ago

6.5.1

3 years ago

6.5.0

3 years ago

6.4.0

3 years ago

6.3.0

4 years ago

6.2.1

4 years ago

6.1.0

4 years ago

6.2.0

4 years ago

6.0.2

4 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.1.3

4 years ago

5.1.2

4 years ago

5.1.1

5 years ago

5.1.0

5 years ago

5.0.4

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.1.1

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.3

6 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago