/stc-gbk

处理含有 gbk 文件的项目

Primary LanguageJavaScriptMIT LicenseMIT

stc-gbk

dependencies Status devDependencies Status

Install

npm install stc-gbk

How to use

const csslint = 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'}}
});