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

40
server.js

@ -10,26 +10,26 @@ const plugins = require('./plugins/main')
const fancyIntro = const fancyIntro =
chalk.yellow(` 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