i-read-u
v2.1.1
Published
Read README markdown file, and execute written commands.
Downloads
7
Maintainers
Readme
I read you (ireadu)
README等のマークダウンファイルから、コマンドを抽出します。
Linux、Windows Subsystems for Linux、macOSで動作します。
インストール
$ npm install --global i-read-u
要求環境
Node.js v6.0+
使い方
$ ireadu
$ ireadu ./CONTRIBUTING.md
その他の情報は$ ireadu --help
を参照ください。
試してみる(ireaduコマンドを実行してみてください)
$ ls
$ pwd
> w
>id
開発者用
git cloneして下記を実行してください。
$ npm install --save-dev
$ npm run webpack-watch
$ bin/ireadu.js
Lint
$ npm run lint
$ npm run lint:fix
テスト
$ npm test
$ file=coverage/lcov-report/index.html && if type cmd.exe; then cmd.exe /c start ${file}; else open ${file}; fi
ライセンス
Copyright (c) 2018 s2terminal / suzuki.sh (Twitter: suzukiterminal) Licensed under the MIT license.