1.0.8 • Published 7 years ago

gulp-crud-routes-build v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gulp-crud-routes-build

Current Version

Usage:

var gulp = require('gulp');
var crudRoutesBuild = require('gulp-crud-routes-build');

module.exports = gulp.task('crud-routes-gen', function () {
  gulp.src('models/*.json', {read: false})
    .pipe(crudRoutesBuild({
      routersFolder: '/your/project/src/lib/crudRoutes'
    }));
});
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago