cuy-cli 1.0.1 → 1.0.19

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/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,8 +38,11 @@ Cek staging server https://cuyuniverse.co
38
38
  ### HOW TO USE IT
39
39
 
40
40
  <code>cuy-cli --version</code> || checking version of cuy-cli
41
+ <br/>
41
42
  <code>cuy-cli --help</code> || check all command line available list
43
+ <br/>
42
44
  <code>cuy-cli ls</code> || <code>cuy-cli lastseen </code> checking version of cuy-cli
45
+ <br/>
43
46
  <code>cuy-cli p</code> || <code>cuy-cli posting</code> create a new posts
44
-
47
+ <br/>
45
48
  <i>This project is still under development and need some improvements. Please tell me a kind of future.</i>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cuy-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.19",
4
4
  "description": "Cuyuniverse Command Line Tools",
5
5
  "main": "index.js",
6
6
  "preferGlobal": true,