Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 609 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 609 Bytes

command-line-library with lerna with PPO-F-MAN

CLI 명렁어로 동작하는 NPM 패키지 만들어보기

install

// npm
$ npm install -g log-ppofman

// yarn
$ yarn global add log-ppofman 

execute

$ log-ppofman
$ log-june
$ log-choonti
$ log-ayaan
$ log-dana
$ log-pposong
$ log-dante
$ log-saint
$ log-hyeonsu

BOOM

result

uninstall

// npm
$ npm uninstall -g log-ppofman

// yarn
$ yarn global remove log-ppofman

참고