This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
now-cli
mirror of
https://github.com/lukechilds/now-cli.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1020
Commits
2
Branches
188
Tags
2.3 MiB
Tree:
002e254f18
now-cli
/
lib
/
utils
/
output
/
logo.js
2 lines
63 B
Raw
Normal View
History
Prettified everything
8 years ago
module
.
exports
=
process
.
platform
===
'win32'
?
'Δ'
:
'𝚫'
;