Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gkucmierz/gulp-watch-api
- Owner: gkucmierz
- Created: 2017-02-14T20:56:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T18:58:32.000Z (about 6 years ago)
- Last Synced: 2024-11-15T20:11:38.967Z (2 months 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');```