Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kt3k/gulp-xat
gulp plugin for xat template
https://github.com/kt3k/gulp-xat
gulp gulp-plugin react xat
Last synced: 25 days ago
JSON representation
gulp plugin for xat template
- Host: GitHub
- URL: https://github.com/kt3k/gulp-xat
- Owner: kt3k
- License: mit
- Created: 2017-10-05T15:45:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T15:46:34.000Z (over 7 years ago)
- Last Synced: 2024-11-24T09:15:47.201Z (about 1 month ago)
- Topics: gulp, gulp-plugin, react, xat
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-[xat][] v1.0.0
> gulp plugin for [xat][] template
# :cd: Install
Via npm:
npm i --save-dev gulp-xat
# Usage
```js
const xat = reuqire('gulp-xat')gulp.src('src/**/*.xat')
.pipe(xat())
.pipe(gulp.dest('build'))
```# License
MIT
[xat]: https://github.com/kt3k/xat