1.0.0 • Published 6 years ago

m-execsync v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

execSyncの拡張

使い方

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

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