djyde/koy

README.md: add usage for locally installed koy

开放

#13 创建于 2018年11月7日

 (1 条评论) (0 个反应) (0 位负责人)CSS (10 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (97 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南