https://github.com/gkucmierz/gulp-watch-api
https://github.com/gkucmierz/gulp-watch-api
api devops gulp gulp-watch watch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkucmierz/gulp-watch-api
- Owner: gkucmierz
- Created: 2017-02-14T20:56:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T18:58:32.000Z (over 7 years ago)
- Last Synced: 2025-01-16T08:15:49.293Z (over 1 year ago)
- Topics: api, devops, gulp, gulp-watch, watch
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```