Browse Source

Prettified fancy text on launching server

master
Muthu Kumar 7 years ago
parent
commit
1842dc5d0f
  1. 1
      .gitignore
  2. 40
      server.js

1
.gitignore

@ -1,5 +1,4 @@
node_modules
php
public
sqlite
plugins/*/

40
server.js

@ -10,26 +10,26 @@ const plugins = require('./plugins/main')
const fancyIntro =
chalk.yellow(`
----------------------------------
| .---. |
| /. ./| |
| .--'. ' ; |
| /__./ \\ : | |
| .--'. ' \\' . |
| /___/ \\ | ' ' |
| ; \\ \\; : |
| \\ ; | |
| . \\ .\\ ; |
| \\ \\ ' \\ | |
| : ' |--" |
| \\ \\ ; |
| '---" |
----------------------------------
WordBox
The modern WordPress environment
----------------------------------`) + chalk.green(`
Server running at port ${config.port}
----------------------------------
+---------------------------------+
| .---. |
| /. ./| |
| .--'. ' ; |
| /__./ \\ : | |
| .--'. ' \\' . |
| /___/ \\ | ' ' |
| ; \\ \\; : |
| \\ ; | |
| . \\ .\\ ; |
| \\ \\ ' \\ | |
| : ' |--" |
| \\ \\ ; |
| '---" |
+---------------------------------+
WordBox
The modern WP & PHP environment
+---------------------------------+`) + chalk.green(`
Server running at port ${config.port}
+---------------------------------+
`)
const app = express()

Loading…
Cancel
Save