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

https://github.com/amekusa/gulplib

Gulp Utility Library
https://github.com/amekusa/gulplib

Last synced: 3 months ago
JSON representation

Gulp Utility Library

Awesome Lists containing this project

README

        

# gulplib
Gulp Utility Library

## Installation
```sh
cd your_project
git submodule add [email protected]:amekusa/gulplib gulpfile.js/lib
touch gulpfile.js/index.js
```

```js
// gulpfile.js/index.js
const u = require('./lib/util');
```