분류
Nodejs
meow - CLI 응용 도우미.
본문
https://github.com/sindresorhus/meow
#!/usr/bin/env node 'use strict'; const meow = require('meow'); const foo = require('.'); const cli = meow(` Usage $ foo <input> Options --rainbow, -r Include a rainbow Examples $ foo unicorns --rainbow
- 이전글yargs - 우아한 사용자 인터페이스를 자동으로 생성하는 명령 행 파서. 19.03.07
- 다음글chalk - 터미널 문자열 스타일링이 올바르게 완료되었습니다. 19.03.07