@njmaeff/node-gulpfile
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.2 • Public • Published

Conventional Commits

@njmaeff/node-gulpfile

Motivation

Make babel typescript projects using gulp.

Usage

Create a root gulpfile in the target project and use this module as follows.

Use the defaults in your gulpfile

export * from "@njmaeff/node-gulpfile/defaults"

export a single default task

export {clean} from "@njmaeff/node-gulpfile/defaults"

extend the default compiler with additional files

import {compiler} from "@njmaeff/node-gulpfile"

export function compile(){
    return compiler(src => [...src, file.ts])
}

Package Sidebar

Install

npm i @njmaeff/node-gulpfile

Weekly Downloads

0

Version

1.0.0-beta.2

License

MIT

Unpacked Size

18.7 kB

Total Files

11

Last publish

Collaborators

  • nikkij19