All Projects → hemanth → gulp-jstransform

hemanth / gulp-jstransform

Licence: other
Gulp plugin to transform ES6 to ES5.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gulp-jstransform

wordpress-uikit-timber-theme
UIKit 3 Wordpress Starter Theme
Stars: ✭ 18 (+12.5%)
Mutual labels:  gulp
lnv-mobile-base
移动端开发脚手架-基于gulp的使用zepto、handlebars、sass并且带移动端适配方案(flexible.js)的前端工作流,旨在帮助移动端项目的开发
Stars: ✭ 41 (+156.25%)
Mutual labels:  gulp
the-subway-of-china
中国地铁图
Stars: ✭ 104 (+550%)
Mutual labels:  gulp
fractal-starter-kit
Starter kit for Fractal with SCSS, Webpack, XO, sass-lint and Gulp
Stars: ✭ 22 (+37.5%)
Mutual labels:  gulp
igni-core
UNSUPPORTED: An easy to use & featherlight CMS that shortcuts the bootstrapping of backend PHP + MySQL based projects. Developed in Laravel, it uses the latest PHP coding standards and library versions.
Stars: ✭ 13 (-18.75%)
Mutual labels:  gulp
js-stack-from-scratch
🌺 Russian translation of "JavaScript Stack from Scratch" from the React-Theming developers https://github.com/sm-react/react-theming
Stars: ✭ 394 (+2362.5%)
Mutual labels:  gulp
html5-game-development-gulp-workflow
🎮 A gulp workflow that is optimised for HTML5 Game Developement.
Stars: ✭ 13 (-18.75%)
Mutual labels:  gulp
personal-page
Personal Page is a project that contains a person's personal information and resume.
Stars: ✭ 20 (+25%)
Mutual labels:  gulp
twoobl
Blank theme for Elementor
Stars: ✭ 19 (+18.75%)
Mutual labels:  gulp
practical-front-end
essential front-end skills for .Net developers
Stars: ✭ 28 (+75%)
Mutual labels:  gulp
mark.js
mark.js用于标记选中的文字,自定义插入标签
Stars: ✭ 27 (+68.75%)
Mutual labels:  gulp
lead
Sink your streams.
Stars: ✭ 14 (-12.5%)
Mutual labels:  gulp
developer-platform-install
Single Installer for all Red Hat Development Tools and more. Download it form Red Hat Developers Portal web site - http://developers.redhat.com/products/devsuite/overview/.
Stars: ✭ 24 (+50%)
Mutual labels:  gulp
angularJS
这个仓库提供git使用教程 gulp使用教程 angularJS入门->进阶 的教程
Stars: ✭ 61 (+281.25%)
Mutual labels:  gulp
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+356.25%)
Mutual labels:  gulp
is-my-train-delayed
An Angular web app built on Heroku with Node & Express. Shows information about delayed trains, and displays that in an easily consumable manner.
Stars: ✭ 15 (-6.25%)
Mutual labels:  gulp
alias
Resolve TypeScript import aliases and paths.
Stars: ✭ 19 (+18.75%)
Mutual labels:  gulp
gulp-ava
Run AVA tests
Stars: ✭ 56 (+250%)
Mutual labels:  gulp
raven
Raven: a theme-able blog workflow with gulp, pug, sass, and markdown. Check out the demo here:
Stars: ✭ 16 (+0%)
Mutual labels:  gulp
gulp-merge-json
A gulp plugin to merge JSON & JSON5 files into one file
Stars: ✭ 35 (+118.75%)
Mutual labels:  gulp

Gulp jstransform

Usage

var jstransform = require('gulp-jstransform');

gulp.task('jstransform', function() {
  gulp.src('./src/*.js')
    .pipe(jstransform().on('error', gutil.log))
    .pipe(gulp.dest('./public/'))
});
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].