UNPKG

generator-aspnetpostgresql

Version:

Yeoman generator for ASP.NET MVC Core apps with PostgreSQL support

12 lines (9 loc) 301 B
/* This file in the main entry point for defining Gulp tasks and using Gulp plugins. Click here to learn more. https://go.microsoft.com/fwlink/?LinkId=518007 */ "use strict"; var gulp = require("gulp"); gulp.task("default", function() { // place code for your default task here });