Sample gulpfile.ts folders
Using ts-node (just-in-time typescript node compiler), a gulp process can be defined by all typescript code. The samples have demonstrated how to do it. It can even use multiple typescript classes and files to construct a complexe gulp system.
-
index-ts-only folder
It shows how to use gulpfile.ts folder and index.ts file.
-
class-based folder
It shows how to extend the structure to lay down multiple typescript files and define gulp tasks.
-
core-sample folder
Just document for simple process. Read the document.