Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkucmierz/gulp-watch-api


https://github.com/gkucmierz/gulp-watch-api

api devops gulp gulp-watch watch

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

gulp-watch-api
===

Simple gulp script for watching and reloading API files.
It is not configurable yet in this version.
It is watching all js and json files in ./src directory, and reloading ./src/index.js script.

instalation
===

```
npm i gulp-watch-api --save-dev
```

usage
===

```
// gulpfile.js
require('gulp-watch-api');

```