cuy-cli 1.0.0 → 1.0.1

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 +45 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,45 @@
1
+ <h2 align="center"><img src="https://emojis.slackmojis.com/emojis/images/1531849430/4246/blob-sunglasses.gif?1531849430" width="30"/> CUY-CLI PROJECT <img src="https://media.giphy.com/media/12oufCB0MyZ1Go/giphy.gif" width="50"></h2>
2
+
3
+ <p align="center"><em>Tech Entertainer <a href="https://youtube.com/deaafrizal">youtube.com/deaafrizal
4
+ </a><img src="https://media.giphy.com/media/WUlplcMpOCEmTGBtBW/giphy.gif" width="30">
5
+ </em></p>
6
+
7
+ <p align="center">
8
+ <a href="https://github.com/deaaprizal/laract9/issues"><img src="https://img.shields.io/github/issues/deaaprizal/laract9" alt="GitHub issues"></a>
9
+ <a href="https://github.com/deaaprizal/laract9"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/deaaprizal/laract9"></a>
10
+ <a href="https://github.com/deaaprizal/laract9/pulls"><img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/deaaprizal/laract9"></a>
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://github.com/ideaaprizal/laract9/blob/main/CONTRIBUTING.md">Contributing Guidelines</a>
15
+ ·
16
+ <a href="https://github.com/deaaprizal/laract9/issues/new">Submit an Issue</a>
17
+ <br>
18
+
19
+ <p align="center">
20
+ <a href="https://github.com/deaaprizal/laract9/"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/deaaprizal/laract9?style=social"></a>
21
+ <a href="https://github.com/deaaprizal/laract9/"><img alt="GitHub forks" src="https://img.shields.io/github/forks/deaaprizal/laract9?style=social"></a>
22
+ </p>
23
+ </p>
24
+
25
+ <br>
26
+
27
+ ## 📫 Join projek isengan ini?
28
+ Cek staging server https://cuyuniverse.co
29
+
30
+ <br>
31
+
32
+ <h2 align="center">CUYUNIVERSE COMMAND LINE TOOLS (CUY-CLI)</h2>
33
+ <br/>
34
+
35
+ ### INSTALLATION
36
+ <code>npm install -g cuy-cli</code>
37
+
38
+ ### HOW TO USE IT
39
+
40
+ <code>cuy-cli --version</code> || checking version of cuy-cli
41
+ <code>cuy-cli --help</code> || check all command line available list
42
+ <code>cuy-cli ls</code> || <code>cuy-cli lastseen </code> checking version of cuy-cli
43
+ <code>cuy-cli p</code> || <code>cuy-cli posting</code> create a new posts
44
+
45
+ <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.0",
3
+ "version": "1.0.1",
4
4
  "description": "Cuyuniverse Command Line Tools",
5
5
  "main": "index.js",
6
6
  "preferGlobal": true,
@@ -20,4 +20,4 @@
20
20
  "inquirer": "^4.0.0",
21
21
  "mysql": "^2.18.1"
22
22
  }
23
- }
23
+ }