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 node_modules
php php
public public
sqlite
plugins/*/ plugins/*/

10
server.js

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

Loading…
Cancel
Save