m-execsync

1.0.0 • Public • Published

execSyncの拡張

使い方

const execSync = require('m-execSync');
execSync.chcp('65001'); // utf8出力 windowsの仕様上バッファがクリアされます
execSync('chcp');
execSync('dir');

// Windows向けにコードページを変更する機能を追加

Readme

Keywords

none

Package Sidebar

Install

npm i m-execsync

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • m-shibata