Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-ts2php

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ts2php

ts2php plugin for gulp

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

gulp-ts2php

Language Build Status npm package npm downloads semantic-release

gulp-ts2php是一个调用ts2php将ts文件转化为php的gulp插件

Install

npm i gulp-ts2php--save-dev

Example

const ts2php = require('gulp-ts2php').ts2php;
const ts2phpConfig = require('./ts2phprc');

gulp.task('build:php', function () {
    return gulp.src(['src/index.ts'])
        .pipe(ts2php(ts2phpConfig))
        .pipe(gulp.dest('dist'));
});

Keywords

FAQs

Package last updated on 05 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc