djyde/koy

README.md: add usage for locally installed koy

Aberta

#13 aberto em 7 de nov. de 2018

 (1 comentário) (0 reação) (0 responsável)CSS (10 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (97 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador