glup-enncryption

0.0.8 • Public • Published

gulp-enncryption

一个简单的用于加密的工具 还在完善当中 可以下载学习,请勿用于项目中

使用方法

First, install gulp-enncryption as a development dependency:

npm install --save-dev gulp-enncryption

Then, add it to your gulpfile.js:

const {
    src,
    dest,
    watch,
    series,
    parallel 
= require('gulp');
 
const enncryption = require('glup-enncryption');
// const test = require('./app.js');
 
 
function testTask() {
    return src('index.js')
        .pipe(enncryption())
        .pipe(dest('output'));
}
 
exports.default = testTask

Package Sidebar

Install

npm i glup-enncryption

Weekly Downloads

4

Version

0.0.8

License

ISC

Unpacked Size

15.6 kB

Total Files

12

Last publish

Collaborators

  • ly520