Skip to content

stcjs/stc-gbk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stc-gbk

dependencies Status devDependencies Status

Install

npm install stc-gbk

How to use

const gbk = require('stc-gbk')

stc.workflow({
  gbk2utf8: {plugin: gbk, include: {type: 'tpl'}, options: {cov: 'start'}},
  // ...
  // all other work
  // ...
  gbkReback: {plugin: gbk, include: {type: 'tpl'}, options: {cov: 'end'}}
});

About

处理含有 gbk 文件的项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published