🎄 xmas-tree ascii art
$ npm install --save xmas-tree
const xmasTree = require('xmas-tree');
console.log(xmasTree());
*
_/ \_
\ /
/_' '_\
/'+ \
/ o o \
/ -' *-\
/. oo+...\
/o- @ o @o' \
*-------------*
[_______]
\_____/
Decorations are generated randomly
Type: number
Default: 15
Type: boolean
Default: false
Type: boolean
Default: false
$ npm install --global xmas-tree
$ xmas-tree --help
Usage
$ xmas-tree
Options
--size number
--color
--loop
Examples
$ xmas-tree
$ xmas-tree --size 30
$ xmas-tree --color
$ xmas-tree --color --loop
$ xmas-tree --version
- Laura Brown
MIT © Jaewe Heo