feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
11
api.hyungi.net/node_modules/charm/example/column.js
generated
vendored
Normal file
11
api.hyungi.net/node_modules/charm/example/column.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var charm = require('../')();
|
||||
charm.pipe(process.stdout);
|
||||
|
||||
charm
|
||||
.column(16)
|
||||
.write('beep')
|
||||
.down()
|
||||
.column(32)
|
||||
.write('boop\n')
|
||||
.end()
|
||||
;
|
||||
Reference in New Issue
Block a user