All Projects → lichunqiang → gulp-tmod

lichunqiang / gulp-tmod

Licence: other
grunt-tmod gulp version

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gulp-tmod

docker-npm
npm, yarn, node, npx, bower, grunt, gulp, generate-md - build and dev tools.
Stars: ✭ 53 (+76.67%)
Mutual labels:  gulp
manage-demo
后台管理系统模版
Stars: ✭ 19 (-36.67%)
Mutual labels:  gulp
react-ssr-spa
Server side rendered single page app using reactjs official libraries.
Stars: ✭ 30 (+0%)
Mutual labels:  gulp
Carbon.Gulp
Carbon/Gulp is a delicious blend of tasks and build tools poured into Gulp to form a full-featured modern asset pipeline for Flow Framework and Neos CMS.
Stars: ✭ 15 (-50%)
Mutual labels:  gulp
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (+50%)
Mutual labels:  gulp
pacco
A bundler for modular and extensible web projects.
Stars: ✭ 16 (-46.67%)
Mutual labels:  gulp
gulp-tinypng-compress
TinyPNG API wrapper for compressing PNG & JPG images
Stars: ✭ 49 (+63.33%)
Mutual labels:  gulp
boilerplate-frontend
Frontend Boilerplate for projects
Stars: ✭ 20 (-33.33%)
Mutual labels:  gulp
bibleapi-rest
Node.js based Bible API RESTful web service
Stars: ✭ 34 (+13.33%)
Mutual labels:  gulp
envoyer-npm-deployment
Compile assets that depend on node packages using Laravel Envoyer deployment hooks
Stars: ✭ 43 (+43.33%)
Mutual labels:  gulp
file-include-webpack-plugin
A webpack plugin to include files using @@ include syntax in html files, like gulp-file-include
Stars: ✭ 16 (-46.67%)
Mutual labels:  gulp
streetsupport-web
Helping people facing homelessness across the UK to find services in their area, and connecting people who want to help to where it is needed most.
Stars: ✭ 21 (-30%)
Mutual labels:  gulp
fly-helper
It's a Tool library, method collection
Stars: ✭ 21 (-30%)
Mutual labels:  gulp
gulp-iife
A Gulp plugin for wrapping JavaScript code in IIFEs.
Stars: ✭ 39 (+30%)
Mutual labels:  gulp
gulp-boilerplate
🚀 A opinionated gulp boilerplate for individuals and teams
Stars: ✭ 18 (-40%)
Mutual labels:  gulp
gulp-webpack-demo
No description or website provided.
Stars: ✭ 12 (-60%)
Mutual labels:  gulp
taskit
A Task Runner in Bash
Stars: ✭ 35 (+16.67%)
Mutual labels:  gulp
WordPress-UIkit-Starter-Theme
A WordPress starter theme for developers using the frontend framework UIkit
Stars: ✭ 55 (+83.33%)
Mutual labels:  gulp
sp-build-tasks
👷 SharePoint front-end projects automation and tasks tool-belt
Stars: ✭ 15 (-50%)
Mutual labels:  gulp
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+760%)
Mutual labels:  gulp

gulp-tmod NPM version Build Status Dependency Status

Notice: Please read this issue

tmodjs's gulp version.

Install

$ npm install gulp-tmod --save-dev

Options

Similar to tmodjs options with a bit of difference.

output

Default: false

We use gulp steam other than tmodjs output, so set it to false prevent tmodjs create files.

runtime

Type: String

Default: template.js

This will be use as a path pass to gulp-util File

templateBase

Default: __dirname

Your template basepath.

minify

Minify is deprecated, we should use gulp-uglify

watch

Watch is deprecated, we should use gulp.watch

Usage

var tmodjs = require('gulp-tmod');

gulp.task('default', function(){
	var stream = gulp.src('template/**/*.html')
			.pipe(tmodjs({
				templateBase: 'template'
			}))
			.pipe(gulp.dest('dist'));
	return stream;
});

Test

$ npm test

Changelog

2.0.0

  • Tt's a breaking change since 1.0.0.

More

See tmodjs

grunt-tmod

Issues should be reported on the tmodjs issue tracker

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].