Fix css issue.

This commit is contained in:
Mike Cao
2020-08-12 00:23:03 -07:00
parent dc267f8daa
commit 585706cc16
8 changed files with 94 additions and 109 deletions

7
cli/init.js Normal file
View File

@@ -0,0 +1,7 @@
import term from 'terminal-kit';
const { terminal } = term;
export default function init() {
terminal('hello!');
}