Browse Source

Prettified fancy text on launching server

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

1
.gitignore

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

10
server.js

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

Loading…
Cancel
Save