https://github.com/amekusa/gulplib
Gulp Utility Library
https://github.com/amekusa/gulplib
Last synced: 3 months ago
JSON representation
Gulp Utility Library
- Host: GitHub
- URL: https://github.com/amekusa/gulplib
- Owner: amekusa
- Created: 2023-03-24T04:26:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:37:04.000Z (about 2 years ago)
- Last Synced: 2025-02-07T04:34:28.418Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```