djyde/koy

README.md: add usage for locally installed koy

オープン

#13 opened on 2018/11/07

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)CSS (10 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (97 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

User might not want to pollute their global environment with npm install koy -g and choose to install locally via npm install koy. That way, users need to invoke koy this way:

node_modules/.bin/koy FILENAME.md

or alternatively,

npx koy FILENAME.md

npx is a utility of NPM. It will check the node_modules in the current directory for the executable. If not found, it will automatically download the package.

By the way, Carlo author's team members send their regards.

コントリビューターガイド