poke 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.js +27 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poke",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Poke CLI - Coming Soon",
5
5
  "bin": {
6
6
  "poke": "./src/cli.js"
package/src/cli.js CHANGED
@@ -1,21 +1,34 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  const palmTree = `
4
- __ _.--..--._ _
5
- .-' _/ _/\\_ \\_'-.
6
- |__ / _/\\__/\\_ \\___|
7
- |___/\\__\\__/ \\___|
8
- \\__/
9
- \\__/
10
- \\__/
11
- \\__/
12
- ____\\__/___
13
- . - ' ' -.
14
- / \\
15
- ~~~~~~~ ~~~~~ ~~~~~ ~~~ ~~~ ~~~~~
16
- ~~~ ~~~~~ ~~~~ ~~ ~ ~ ~ ~~~
4
+ @@@@@@@ @@@@@@@@
5
+ @@@@@@@@@@@@ @@@@@@@@@@@@@
6
+ @@@@@@@@@@ @@@@@@@@@@
7
+ @@@@@@@ @@@@@@@
8
+ @@@@@@@ @@@@@@@
9
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
10
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
11
+ @@@@@@ @@@@@@@@@@@ @@@@@@
12
+ @@@@@@@@@@@@@@@
13
+ @@@@@@@@@@@@@@@@@@@
14
+ @@@@@@ @@@@@ @@@@@@
15
+ @@@@@ @@@@ @@@@@
16
+ @@@@@ @@@@ @@@@@
17
+ @@@@@ @@@@ @@@@@
18
+ @@@@ @@@@ @@@@
19
+ @@@@@
20
+ @@@@@
21
+ @@@@
22
+ @@@@@
23
+ @@@@
24
+ @@@@@
25
+ @@@@@
26
+ @@@@
27
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
28
+ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
17
29
 
18
- coming soon
30
+
31
+ We're hiring: https://poke.com/jobs
19
32
  `;
20
33
 
21
34
  console.log(palmTree);